Subject: | Patch for podchecker error in POD |
podchecker shows an error in the POD for Temp.pm:
$ podchecker Temp.pm
*** ERROR: '=item' outside of any '=over' at line 1744 in file Temp.pm
Temp.pm has 1 pod syntax error.
I also see many errors in how File::Temp POD renders online at:
http://perldoc.perl.org/File/Temp.html
I hope this patch helps fixes those errors as well.
Subject: | diff-u.txt |
--- Temp.pm.0.2304 2015-07-31 10:45:36.000000000 -0400
+++ Temp.pm 2015-11-23 14:39:47.566932000 -0500
@@ -1739,6 +1739,7 @@
currently supports Unix, VMS, DOS, OS/2, Windows and Mac OS
(Classic). When porting to a new OS there are generally three main
issues that have to be solved:
+
=over 4
=item *