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

People
Owner: MARKSTOS [...] cpan.org
Requestors: ambs [...] cpan.org
Cc:
AdminCc:

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



Fixes some minor typos and decisions on the documentation. While irrelevant to intermediate Perl programmers, are relevant to beginners (noticed them with a student). Cheers ambs
Subject: CGI.pm.patch
Common subdirectories: CGI.pm-3.42/CGI and CGI.pm-mine/CGI diff CGI.pm-3.42/CGI.pm CGI.pm-mine/CGI.pm 5623c5623 < Tr({-align=>CENTER,-valign=>TOP}, --- > Tr({-align=>'CENTER',-valign=>'TOP'}, 5804c5804 < print endform; --- > print end_form; 5810c5810 < print endform; --- > print end_form; 5819c5819 < endform() returns the closing </form> tag. --- > end_form() returns the closing </form> tag. 5825,5826c5825,5826 < B<Note:> This method was previously named startform(), and startform() < is still recognized as an alias. --- > B<Note:> These methods were previously named startform() and endform(), and they > are still recognized as aliases of start_form() and end_form(). 7887c7887 < print endform; --- > print end_form; Common subdirectories: CGI.pm-3.42/examples and CGI.pm-mine/examples Common subdirectories: CGI.pm-3.42/t and CGI.pm-mine/t
I have peer-reviewed this patch. I see that has not been applied as of version 3.43, and I recommend that it be accepted.
Thanks, this patch has been applied in my git repo.
Subject: released, thanks.
I believe this change was released today as part of CGI.pm 3.45. Thanks for the contribution.