Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 65924
Status: resolved
Priority: 0/
Queue: CGI

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

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: reduce podchecker warnings
Fix (some) podchecker warnings: *** WARNING: line containing nothing but whitespace in paragraph at line 267 in file lib/CGI/Carp.pm *** WARNING: =item type mismatch ('definition' vs. 'number') at line 6992 in file lib/CGI.pm Patched against 3.52 which rt.cpan.org doesn't seem to recognise.
Subject: cgi.pod.diff
diff -urN CGI.pm-3.52.orig/lib/CGI/Carp.pm CGI.pm-3.52/lib/CGI/Carp.pm --- CGI.pm-3.52.orig/lib/CGI/Carp.pm 2011-01-24 03:20:03.000000000 +0000 +++ CGI.pm-3.52/lib/CGI/Carp.pm 2011-02-19 20:54:04.000000000 +0000 @@ -264,7 +264,7 @@ Note that this override doesn't happen until after the program has compiled, so any compile-time errors will still show up with the non-overridden program name - + =head1 CHANGE LOG 3.51 Added $CGI::Carp::TO_BROWSER diff -urN CGI.pm-3.52.orig/lib/CGI.pm CGI.pm-3.52/lib/CGI.pm --- CGI.pm-3.52.orig/lib/CGI.pm 2011-01-25 04:26:34.000000000 +0000 +++ CGI.pm-3.52/lib/CGI.pm 2011-02-19 20:54:44.000000000 +0000 @@ -6990,6 +6990,7 @@ The second argument (-src) is also required and specifies the URL =item 3. + The third option (-align, optional) is an alignment type, and may be TOP, BOTTOM or MIDDLE
Subject: Re: [rt.cpan.org #65924] reduce podchecker warnings
Date: Mon, 21 Feb 2011 09:40:53 -0500
To: bug-CGI.pm [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Thanks for the patches.
This issue has been copied to: https://github.com/leejo/CGI.pm/issues/81 please take all future correspondence there. This ticket will remain open but please do not reply here. This ticket will be closed when the github issue is dealt with.
Fixed last remaining podchecker warnings, will go out in the next upload to CPAN. Thanks.