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: 85958
Status: resolved
Priority: 0/
Queue: CGI

People
Owner: Nobody in particular
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

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



Subject: [PATCH] POD fixes (=item)
Date: Fri, 7 Jun 2013 23:01:19 +0200
To: bug-cgi.pm [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
In Debian we are currently applying the attached patch to CGI.pm. We thought you might be interested in it, too. Description: fix =items, Pod::Simple got picky ... Origin: vendor Author: gregor herrmann <gregoa@debian.org> Last-Update: 2013-06-07 Thanks in advance, gregor herrmann, Debian Perl Group

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #85958] [PATCH] POD fixes (=item)
Date: Fri, 07 Jun 2013 17:36:46 -0400
To: bug-cgi.pm [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Thank you.
This issue has been copied to: https://github.com/leejo/CGI.pm/issues/120 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.
Closing because: ``` /Users/leejo/working/CGI.pm > find lib -name '*.pm' -exec podchecker {} \; lib/CGI/Carp.pm pod syntax OK. lib/CGI/Cookie.pm pod syntax OK. lib/CGI/Pretty.pm pod syntax OK. lib/CGI/Push.pm pod syntax OK. lib/CGI/Util.pm pod syntax OK. lib/CGI.pm pod syntax OK. ``` Probably previously fixed.