This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update CGI to CPAN version 3.59
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 30 Dec 2011 15:35:54 +0000 (15:35 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 30 Dec 2011 15:35:54 +0000 (15:35 +0000)
commit7f92e913a723c2bba1f19d536a5e9d2d6cbc9d2a
tree5059ab3deef4476d7380a549282ccb94f5afb91a
parente4d347428bac4523e0d6e7e3360f996596bc8e3d
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.
MANIFEST
Porting/Maintainers.pl
cpan/CGI/Changes
cpan/CGI/lib/CGI.pm
cpan/CGI/t/rt-52469.t [new file with mode: 0644]
cpan/CGI/t/tmpdir.t
pod/perldelta.pod
t/porting/customized.dat