diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-30 15:35:54 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-30 15:35:54 +0000 |
commit | 7f92e913a723c2bba1f19d536a5e9d2d6cbc9d2a (patch) | |
tree | 5059ab3deef4476d7380a549282ccb94f5afb91a /Porting | |
parent | e4d347428bac4523e0d6e7e3360f996596bc8e3d (diff) | |
download | perl-7f92e913a723c2bba1f19d536a5e9d2d6cbc9d2a.tar.gz |
Update CGI to CPAN version 3.59
[DELTA]
Version 3.59 Dec 29th, 2011
[BUG FIXES]
- We no longer read from STDIN when the Content-Length is not set, preventing
requests with no Content-Length from freezing in some cases. This is consistent
with the CGI RFC 3875, and is also consistent with CGI::Simple. However, the old
behavior may have been expected by some command-line uses of CGI.pm.
Thanks to Philip Potter and Yanick Champoux. See RT#52469 for details:
https://rt.cpan.org/Public/Bug/Display.html?id=52469
[INTERNALS]
- remove tmpdirs more aggressively. Thanks to rjbs (RT#73288)
- use Text::ParseWords instead of ancient shellwords.pl. Thanks to AlexBio.
- remove use of define(@arr). Thanks to rjbs.
- spelling fixes. Thanks to Gregor Herrmann and Alessandro Ghedini.
- fix test count and warning in t/fast.t. Thanks to Yanick.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 35de34ec6b..b4ca87b1dc 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -353,7 +353,6 @@ use File::Glob qw(:case); ), ], 'UPSTREAM' => 'cpan', - 'CUSTOMIZED' => ['t/tmpdir.t'], }, 'Class::Struct' => { |