From: Nicholas Clark Date: Thu, 1 Oct 2009 13:21:16 +0000 (+0100) Subject: Move CGI from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9dc4a2bf6ff50c27a5bd2e83ff4755923a33e7a;p=p5sagit%2Fp5-mst-13.2.git Move CGI from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 9722cd5..35688ab 100644 --- a/MANIFEST +++ b/MANIFEST @@ -163,6 +163,64 @@ cpan/B-Lint/lib/B/Lint/Debug.pm Adds debugging stringification to B:: cpan/B-Lint/lib/B/Lint.pm Compiler Lint backend cpan/B-Lint/t/lint.t See if B::Lint works cpan/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm See if B::Lint works +cpan/CGI/examples/caution.xbm CGI example +cpan/CGI/examples/clickable_image.cgi CGI example +cpan/CGI/examples/cookie.cgi CGI example +cpan/CGI/examples/crash.cgi CGI example +cpan/CGI/examples/customize.cgi CGI example +cpan/CGI/examples/diff_upload.cgi CGI example +cpan/CGI/examples/dna_small_gif.uu Small image for CGI examples +cpan/CGI/examples/file_upload.cgi CGI example +cpan/CGI/examples/frameset.cgi CGI example +cpan/CGI/examples/index.html Index page for CGI examples +cpan/CGI/examples/internal_links.cgi CGI example +cpan/CGI/examples/javascript.cgi CGI example +cpan/CGI/examples/make_links.pl CGI example +cpan/CGI/examples/monty.cgi CGI example +cpan/CGI/examples/multiple_forms.cgi CGI example +cpan/CGI/examples/nph-clock.cgi CGI example +cpan/CGI/examples/nph-multipart.cgi CGI example +cpan/CGI/examples/popup.cgi CGI example +cpan/CGI/examples/RunMeFirst Setup script for CGI examples +cpan/CGI/examples/save_state.cgi CGI example +cpan/CGI/examples/tryit.cgi CGI example +cpan/CGI/examples/wilogo_gif.uu CGI example +cpan/CGI/lib/CGI/Apache.pm Support for Apache's Perl module +cpan/CGI/lib/CGI/Carp.pm Log server errors with helpful context +cpan/CGI/lib/CGI/Changes Changelog for CGI.pm +cpan/CGI/lib/CGI/Cookie.pm Interface to Netscape Cookies +cpan/CGI/lib/CGI/Fast.pm Support for FastCGI (persistent server process) +cpan/CGI/lib/CGI.pm Web server interface ("Common Gateway Interface") +cpan/CGI/lib/CGI/Pretty.pm Output nicely formatted HTML +cpan/CGI/lib/CGI/Push.pm Support for server push +cpan/CGI/lib/CGI/Switch.pm Simple interface for multiple server types +cpan/CGI/lib/CGI/Util.pm Utility functions +cpan/CGI/t/apache.t See if CGI::Apache still loads +cpan/CGI/t/can.t See if CGI.pm works +cpan/CGI/t/carp.t See if CGI::Carp works +cpan/CGI/t/cookie.t See if CGI::Cookie works +cpan/CGI/t/Dump.t See if CGI->Dump works +cpan/CGI/t/fast.t See if CGI::Fast works (if FCGI is installed) +cpan/CGI/t/form.t See if CGI.pm works +cpan/CGI/t/function.t See if CGI.pm works +cpan/CGI/t/html.t See if CGI.pm works +cpan/CGI/t/no_tabindex.t See if CGI.pm works +cpan/CGI/t/popup_menu.t See if CGI pop menus work +cpan/CGI/t/pretty.t See if CGI.pm works +cpan/CGI/t/push.t See if CGI::Push works +cpan/CGI/t/query_string.t See if CGI->query_string() works +cpan/CGI/t/request.t See if CGI.pm works +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/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 +cpan/CGI/t/upload.t See if CGI.pm works +cpan/CGI/t/user_agent.t See if CGI->user_agent() works +cpan/CGI/t/util-58.t See if 5.8-dependent features work +cpan/CGI/t/util.t See if CGI.pm works cpan/Class-ISA/ChangeLog Changes for Class::ISA cpan/Class-ISA/lib/Class/ISA.pm Class::ISA cpan/Class-ISA/t/00_about_verbose.t Tests for Class::ISA @@ -1512,64 +1570,6 @@ ext/B/t/showlex.t See if B::ShowLex works ext/B/t/terse.t See if B::Terse works ext/B/t/xref.t See if B::Xref works ext/B/typemap Compiler backend interface types -ext/CGI/examples/caution.xbm CGI example -ext/CGI/examples/clickable_image.cgi CGI example -ext/CGI/examples/cookie.cgi CGI example -ext/CGI/examples/crash.cgi CGI example -ext/CGI/examples/customize.cgi CGI example -ext/CGI/examples/diff_upload.cgi CGI example -ext/CGI/examples/dna_small_gif.uu Small image for CGI examples -ext/CGI/examples/file_upload.cgi CGI example -ext/CGI/examples/frameset.cgi CGI example -ext/CGI/examples/index.html Index page for CGI examples -ext/CGI/examples/internal_links.cgi CGI example -ext/CGI/examples/javascript.cgi CGI example -ext/CGI/examples/make_links.pl CGI example -ext/CGI/examples/monty.cgi CGI example -ext/CGI/examples/multiple_forms.cgi CGI example -ext/CGI/examples/nph-clock.cgi CGI example -ext/CGI/examples/nph-multipart.cgi CGI example -ext/CGI/examples/popup.cgi CGI example -ext/CGI/examples/RunMeFirst Setup script for CGI examples -ext/CGI/examples/save_state.cgi CGI example -ext/CGI/examples/tryit.cgi CGI example -ext/CGI/examples/wilogo_gif.uu CGI example -ext/CGI/lib/CGI/Apache.pm Support for Apache's Perl module -ext/CGI/lib/CGI/Carp.pm Log server errors with helpful context -ext/CGI/lib/CGI/Changes Changelog for CGI.pm -ext/CGI/lib/CGI/Cookie.pm Interface to Netscape Cookies -ext/CGI/lib/CGI/Fast.pm Support for FastCGI (persistent server process) -ext/CGI/lib/CGI.pm Web server interface ("Common Gateway Interface") -ext/CGI/lib/CGI/Pretty.pm Output nicely formatted HTML -ext/CGI/lib/CGI/Push.pm Support for server push -ext/CGI/lib/CGI/Switch.pm Simple interface for multiple server types -ext/CGI/lib/CGI/Util.pm Utility functions -ext/CGI/t/apache.t See if CGI::Apache still loads -ext/CGI/t/can.t See if CGI.pm works -ext/CGI/t/carp.t See if CGI::Carp works -ext/CGI/t/cookie.t See if CGI::Cookie works -ext/CGI/t/Dump.t See if CGI->Dump works -ext/CGI/t/fast.t See if CGI::Fast works (if FCGI is installed) -ext/CGI/t/form.t See if CGI.pm works -ext/CGI/t/function.t See if CGI.pm works -ext/CGI/t/html.t See if CGI.pm works -ext/CGI/t/no_tabindex.t See if CGI.pm works -ext/CGI/t/popup_menu.t See if CGI pop menus work -ext/CGI/t/pretty.t See if CGI.pm works -ext/CGI/t/push.t See if CGI::Push works -ext/CGI/t/query_string.t See if CGI->query_string() works -ext/CGI/t/request.t See if CGI.pm works -ext/CGI/t/start_end_asterisk.t See if CGI.pm works -ext/CGI/t/start_end_end.t See if CGI.pm works -ext/CGI/t/start_end_start.t See if CGI.pm works -ext/CGI/t/switch.t See if CGI::Switch still loads -ext/CGI/t/unescapeHTML.t See if CGI::unescapeHTML() works -ext/CGI/t/uploadInfo.t See if CGI.pm works -ext/CGI/t/upload_post_text.txt Test data for CGI.pm -ext/CGI/t/upload.t See if CGI.pm works -ext/CGI/t/user_agent.t See if CGI->user_agent() works -ext/CGI/t/util-58.t See if 5.8-dependent features work -ext/CGI/t/util.t See if CGI.pm works ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 5bfdd49..2f5a256 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -301,7 +301,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'lstein', 'DISTRIBUTION' => 'LDS/CGI.pm-3.45.tar.gz', - 'FILES' => q[ext/CGI], + 'FILES' => q[cpan/CGI], 'EXCLUDED' => [ qr{^t/lib/Test}, qw( cgi-lib_porting.html cgi_docs.html diff --git a/ext/CGI/examples/RunMeFirst b/cpan/CGI/examples/RunMeFirst similarity index 100% rename from ext/CGI/examples/RunMeFirst rename to cpan/CGI/examples/RunMeFirst diff --git a/ext/CGI/examples/caution.xbm b/cpan/CGI/examples/caution.xbm similarity index 100% rename from ext/CGI/examples/caution.xbm rename to cpan/CGI/examples/caution.xbm diff --git a/ext/CGI/examples/clickable_image.cgi b/cpan/CGI/examples/clickable_image.cgi similarity index 100% rename from ext/CGI/examples/clickable_image.cgi rename to cpan/CGI/examples/clickable_image.cgi diff --git a/ext/CGI/examples/cookie.cgi b/cpan/CGI/examples/cookie.cgi similarity index 100% rename from ext/CGI/examples/cookie.cgi rename to cpan/CGI/examples/cookie.cgi diff --git a/ext/CGI/examples/crash.cgi b/cpan/CGI/examples/crash.cgi similarity index 100% rename from ext/CGI/examples/crash.cgi rename to cpan/CGI/examples/crash.cgi diff --git a/ext/CGI/examples/customize.cgi b/cpan/CGI/examples/customize.cgi similarity index 100% rename from ext/CGI/examples/customize.cgi rename to cpan/CGI/examples/customize.cgi diff --git a/ext/CGI/examples/diff_upload.cgi b/cpan/CGI/examples/diff_upload.cgi similarity index 100% rename from ext/CGI/examples/diff_upload.cgi rename to cpan/CGI/examples/diff_upload.cgi diff --git a/ext/CGI/examples/dna_small_gif.uu b/cpan/CGI/examples/dna_small_gif.uu similarity index 100% rename from ext/CGI/examples/dna_small_gif.uu rename to cpan/CGI/examples/dna_small_gif.uu diff --git a/ext/CGI/examples/file_upload.cgi b/cpan/CGI/examples/file_upload.cgi similarity index 100% rename from ext/CGI/examples/file_upload.cgi rename to cpan/CGI/examples/file_upload.cgi diff --git a/ext/CGI/examples/frameset.cgi b/cpan/CGI/examples/frameset.cgi similarity index 100% rename from ext/CGI/examples/frameset.cgi rename to cpan/CGI/examples/frameset.cgi diff --git a/ext/CGI/examples/index.html b/cpan/CGI/examples/index.html similarity index 100% rename from ext/CGI/examples/index.html rename to cpan/CGI/examples/index.html diff --git a/ext/CGI/examples/internal_links.cgi b/cpan/CGI/examples/internal_links.cgi similarity index 100% rename from ext/CGI/examples/internal_links.cgi rename to cpan/CGI/examples/internal_links.cgi diff --git a/ext/CGI/examples/javascript.cgi b/cpan/CGI/examples/javascript.cgi similarity index 100% rename from ext/CGI/examples/javascript.cgi rename to cpan/CGI/examples/javascript.cgi diff --git a/ext/CGI/examples/make_links.pl b/cpan/CGI/examples/make_links.pl similarity index 100% rename from ext/CGI/examples/make_links.pl rename to cpan/CGI/examples/make_links.pl diff --git a/ext/CGI/examples/monty.cgi b/cpan/CGI/examples/monty.cgi similarity index 100% rename from ext/CGI/examples/monty.cgi rename to cpan/CGI/examples/monty.cgi diff --git a/ext/CGI/examples/multiple_forms.cgi b/cpan/CGI/examples/multiple_forms.cgi similarity index 100% rename from ext/CGI/examples/multiple_forms.cgi rename to cpan/CGI/examples/multiple_forms.cgi diff --git a/ext/CGI/examples/nph-clock.cgi b/cpan/CGI/examples/nph-clock.cgi similarity index 100% rename from ext/CGI/examples/nph-clock.cgi rename to cpan/CGI/examples/nph-clock.cgi diff --git a/ext/CGI/examples/nph-multipart.cgi b/cpan/CGI/examples/nph-multipart.cgi similarity index 100% rename from ext/CGI/examples/nph-multipart.cgi rename to cpan/CGI/examples/nph-multipart.cgi diff --git a/ext/CGI/examples/popup.cgi b/cpan/CGI/examples/popup.cgi similarity index 100% rename from ext/CGI/examples/popup.cgi rename to cpan/CGI/examples/popup.cgi diff --git a/ext/CGI/examples/save_state.cgi b/cpan/CGI/examples/save_state.cgi similarity index 100% rename from ext/CGI/examples/save_state.cgi rename to cpan/CGI/examples/save_state.cgi diff --git a/ext/CGI/examples/tryit.cgi b/cpan/CGI/examples/tryit.cgi similarity index 100% rename from ext/CGI/examples/tryit.cgi rename to cpan/CGI/examples/tryit.cgi diff --git a/ext/CGI/examples/wilogo_gif.uu b/cpan/CGI/examples/wilogo_gif.uu similarity index 100% rename from ext/CGI/examples/wilogo_gif.uu rename to cpan/CGI/examples/wilogo_gif.uu diff --git a/ext/CGI/lib/CGI.pm b/cpan/CGI/lib/CGI.pm similarity index 100% rename from ext/CGI/lib/CGI.pm rename to cpan/CGI/lib/CGI.pm diff --git a/ext/CGI/lib/CGI/Apache.pm b/cpan/CGI/lib/CGI/Apache.pm similarity index 100% rename from ext/CGI/lib/CGI/Apache.pm rename to cpan/CGI/lib/CGI/Apache.pm diff --git a/ext/CGI/lib/CGI/Carp.pm b/cpan/CGI/lib/CGI/Carp.pm similarity index 100% rename from ext/CGI/lib/CGI/Carp.pm rename to cpan/CGI/lib/CGI/Carp.pm diff --git a/ext/CGI/lib/CGI/Changes b/cpan/CGI/lib/CGI/Changes similarity index 100% rename from ext/CGI/lib/CGI/Changes rename to cpan/CGI/lib/CGI/Changes diff --git a/ext/CGI/lib/CGI/Cookie.pm b/cpan/CGI/lib/CGI/Cookie.pm similarity index 100% rename from ext/CGI/lib/CGI/Cookie.pm rename to cpan/CGI/lib/CGI/Cookie.pm diff --git a/ext/CGI/lib/CGI/Fast.pm b/cpan/CGI/lib/CGI/Fast.pm similarity index 100% rename from ext/CGI/lib/CGI/Fast.pm rename to cpan/CGI/lib/CGI/Fast.pm diff --git a/ext/CGI/lib/CGI/Pretty.pm b/cpan/CGI/lib/CGI/Pretty.pm similarity index 100% rename from ext/CGI/lib/CGI/Pretty.pm rename to cpan/CGI/lib/CGI/Pretty.pm diff --git a/ext/CGI/lib/CGI/Push.pm b/cpan/CGI/lib/CGI/Push.pm similarity index 100% rename from ext/CGI/lib/CGI/Push.pm rename to cpan/CGI/lib/CGI/Push.pm diff --git a/ext/CGI/lib/CGI/Switch.pm b/cpan/CGI/lib/CGI/Switch.pm similarity index 100% rename from ext/CGI/lib/CGI/Switch.pm rename to cpan/CGI/lib/CGI/Switch.pm diff --git a/ext/CGI/lib/CGI/Util.pm b/cpan/CGI/lib/CGI/Util.pm similarity index 100% rename from ext/CGI/lib/CGI/Util.pm rename to cpan/CGI/lib/CGI/Util.pm diff --git a/ext/CGI/t/Dump.t b/cpan/CGI/t/Dump.t similarity index 100% rename from ext/CGI/t/Dump.t rename to cpan/CGI/t/Dump.t diff --git a/ext/CGI/t/apache.t b/cpan/CGI/t/apache.t similarity index 100% rename from ext/CGI/t/apache.t rename to cpan/CGI/t/apache.t diff --git a/ext/CGI/t/can.t b/cpan/CGI/t/can.t similarity index 100% rename from ext/CGI/t/can.t rename to cpan/CGI/t/can.t diff --git a/ext/CGI/t/carp.t b/cpan/CGI/t/carp.t similarity index 100% rename from ext/CGI/t/carp.t rename to cpan/CGI/t/carp.t diff --git a/ext/CGI/t/cookie.t b/cpan/CGI/t/cookie.t similarity index 100% rename from ext/CGI/t/cookie.t rename to cpan/CGI/t/cookie.t diff --git a/ext/CGI/t/fast.t b/cpan/CGI/t/fast.t similarity index 100% rename from ext/CGI/t/fast.t rename to cpan/CGI/t/fast.t diff --git a/ext/CGI/t/form.t b/cpan/CGI/t/form.t similarity index 100% rename from ext/CGI/t/form.t rename to cpan/CGI/t/form.t diff --git a/ext/CGI/t/function.t b/cpan/CGI/t/function.t similarity index 100% rename from ext/CGI/t/function.t rename to cpan/CGI/t/function.t diff --git a/ext/CGI/t/html.t b/cpan/CGI/t/html.t similarity index 100% rename from ext/CGI/t/html.t rename to cpan/CGI/t/html.t diff --git a/ext/CGI/t/no_tabindex.t b/cpan/CGI/t/no_tabindex.t similarity index 100% rename from ext/CGI/t/no_tabindex.t rename to cpan/CGI/t/no_tabindex.t diff --git a/ext/CGI/t/popup_menu.t b/cpan/CGI/t/popup_menu.t similarity index 100% rename from ext/CGI/t/popup_menu.t rename to cpan/CGI/t/popup_menu.t diff --git a/ext/CGI/t/pretty.t b/cpan/CGI/t/pretty.t similarity index 100% rename from ext/CGI/t/pretty.t rename to cpan/CGI/t/pretty.t diff --git a/ext/CGI/t/push.t b/cpan/CGI/t/push.t similarity index 100% rename from ext/CGI/t/push.t rename to cpan/CGI/t/push.t diff --git a/ext/CGI/t/query_string.t b/cpan/CGI/t/query_string.t similarity index 100% rename from ext/CGI/t/query_string.t rename to cpan/CGI/t/query_string.t diff --git a/ext/CGI/t/request.t b/cpan/CGI/t/request.t similarity index 100% rename from ext/CGI/t/request.t rename to cpan/CGI/t/request.t diff --git a/ext/CGI/t/start_end_asterisk.t b/cpan/CGI/t/start_end_asterisk.t similarity index 100% rename from ext/CGI/t/start_end_asterisk.t rename to cpan/CGI/t/start_end_asterisk.t diff --git a/ext/CGI/t/start_end_end.t b/cpan/CGI/t/start_end_end.t similarity index 100% rename from ext/CGI/t/start_end_end.t rename to cpan/CGI/t/start_end_end.t diff --git a/ext/CGI/t/start_end_start.t b/cpan/CGI/t/start_end_start.t similarity index 100% rename from ext/CGI/t/start_end_start.t rename to cpan/CGI/t/start_end_start.t diff --git a/ext/CGI/t/switch.t b/cpan/CGI/t/switch.t similarity index 100% rename from ext/CGI/t/switch.t rename to cpan/CGI/t/switch.t diff --git a/ext/CGI/t/unescapeHTML.t b/cpan/CGI/t/unescapeHTML.t similarity index 100% rename from ext/CGI/t/unescapeHTML.t rename to cpan/CGI/t/unescapeHTML.t diff --git a/ext/CGI/t/upload.t b/cpan/CGI/t/upload.t similarity index 100% rename from ext/CGI/t/upload.t rename to cpan/CGI/t/upload.t diff --git a/ext/CGI/t/uploadInfo.t b/cpan/CGI/t/uploadInfo.t similarity index 100% rename from ext/CGI/t/uploadInfo.t rename to cpan/CGI/t/uploadInfo.t diff --git a/ext/CGI/t/upload_post_text.txt b/cpan/CGI/t/upload_post_text.txt similarity index 100% rename from ext/CGI/t/upload_post_text.txt rename to cpan/CGI/t/upload_post_text.txt diff --git a/ext/CGI/t/user_agent.t b/cpan/CGI/t/user_agent.t similarity index 100% rename from ext/CGI/t/user_agent.t rename to cpan/CGI/t/user_agent.t diff --git a/ext/CGI/t/util-58.t b/cpan/CGI/t/util-58.t similarity index 100% rename from ext/CGI/t/util-58.t rename to cpan/CGI/t/util-58.t diff --git a/ext/CGI/t/util.t b/cpan/CGI/t/util.t similarity index 100% rename from ext/CGI/t/util.t rename to cpan/CGI/t/util.t