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

People
Owner: Nobody in particular
Requestors: davem [...] iabyn.com
Cc:
AdminCc:

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



Bleadperl had some minor pod fixes to CGI.pm which never made their way back to CPAN. With the upgrade of blead to CGI 3.45 I've removed these local fixes (so blead is better in sync with CPAN), but thought I'd record the fixes here in case you want to add them to the CPAN version. --- ../cpan/untarred/CGI.pm-3.43/CGI.pm 2009-02-11 16:56:37.000000000 +0000 +++ lib/CGI.pm 2009-04-23 13:25:06.000000000 +0100 @@ -6441,7 +6441,7 @@ =back -The optional b<-labels> argument is a pointer to a hash +The optional B<-labels> argument is a pointer to a hash relating the checkbox values to the user-visible labels that will be printed next to them. If not provided, the values will be used as the default. @@ -6453,7 +6453,7 @@ columns. You can provide just the -columns parameter if you wish; checkbox_group will calculate the correct number of rows for you. -The option b<-disabled> takes an array of checkbox values and disables +The option B<-disabled> takes an array of checkbox values and disables them by greying them out (this may not be supported by all browsers). The optional B<-attributes> argument is provided to assign any of the @@ -7507,7 +7507,7 @@ do this manually, although it won't hurt anything if you do. However, note that if you have applied Service Pack 6, much of the functionality of NPH scripts, including the ability to redirect while -setting a cookie, b<do not work at all> on IIS without a special patch +setting a cookie, B<do not work at all> on IIS without a special patch from Microsoft. See http://support.microsoft.com/support/kb/articles/Q280/3/41.ASP: Non-Parsed Headers Stripped From CGI Applications That Have nph-
Thanks, this patch has been applied in my github repo now.
Subject: Thanks, released
The patch for this ticket has now been released in CGI.pm 3.47, and this ticket is considered resolved. Thanks again for you help to improve CGI.pm! Mark