Skip Menu |

This queue is for tickets about the File-Temp CPAN distribution.

Report information
The Basics
Id: 109526
Status: resolved
Priority: 0/
Queue: File-Temp

People
Owner: Nobody in particular
Requestors: gsullivan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.2309



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 *
Ticket migrated to github as http://example.com/issue/1234
I do not see any errors in the pod -- nor were there any recent edits to this area of the file. Which =items are invalid?
Fixed in 0.2309.