From be0397089ddbb1fa5b54c3d442d9c23255e1bd87 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Wed, 18 May 2011 20:52:36 +0100 Subject: Updated CGI to CPAN version 3.54 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [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) --- MANIFEST | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index b89b5d404a..39c1852b94 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 -- cgit v1.2.1