diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-05-18 20:52:36 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-06-09 12:17:10 +0100 |
commit | be0397089ddbb1fa5b54c3d442d9c23255e1bd87 (patch) | |
tree | ee3410634877c661159fbc3742b5f73fbea7002b /MANIFEST | |
parent | c23ee15d0c5621f673a78a873392c506a2b470f8 (diff) | |
download | perl-be0397089ddbb1fa5b54c3d442d9c23255e1bd87.tar.gz |
Updated CGI to CPAN version 3.54
[DELTA]
Version 3.54, Apr 28, 2011
No code changes
[INTERNALS]
- Address test failures in t/tmpdir.t, thanks to Niko Tyni.
Some tests here are failing on some platforms and have been marked as TODO.
Version 3.53, Apr 25, 2011
[NEW FEATURES]
- The DELETE HTTP verb is now supported.
(RT#52614, James Robson, Eduardo Ari�o de la Rubia)
[INTERNALS]
- Correct t/tmpdir.t MANIFEST entry. (RT#64949)
- Update minimum required Perl version to be Perl 5.8.1, which
has been out since 2003. This allows us to drop some hacks
and exceptions (Mark Stosberg)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -175,6 +175,7 @@ cpan/CGI/t/carp.t See if CGI::Carp works cpan/CGI/t/charset.t See if CGI::Carp works cpan/CGI/t/checkbox_group.t See if CGI.pm works cpan/CGI/t/cookie.t See if CGI::Cookie works +cpan/CGI/t/delete.t See if CGI.pm works cpan/CGI/t/Dump.t See if CGI->Dump works cpan/CGI/t/end_form.t See if CGI.pm works cpan/CGI/t/form.t See if CGI.pm works @@ -197,6 +198,7 @@ cpan/CGI/t/start_end_asterisk.t See if CGI.pm works cpan/CGI/t/start_end_end.t See if CGI.pm works cpan/CGI/t/start_end_start.t See if CGI.pm works cpan/CGI/t/switch.t See if CGI::Switch still loads +cpan/CGI/t/tmpdir.t See if CGI.pm works cpan/CGI/t/unescapeHTML.t See if CGI::unescapeHTML() works cpan/CGI/t/uploadInfo.t See if CGI.pm works cpan/CGI/t/upload_post_text.txt Test data for CGI.pm |