From: Nicholas Clark Date: Sat, 26 Sep 2009 12:07:05 +0000 (+0100) Subject: Move Getopt::Long from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7c9f9b15ef2884ac3fa8df7881e93c3f701735c;p=p5sagit%2Fp5-mst-13.2.git Move Getopt::Long from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 2b2eac4..28a9cce 100644 --- a/MANIFEST +++ b/MANIFEST @@ -517,6 +517,15 @@ cpan/File-Fetch/lib/File/Fetch.pm File::Fetch cpan/File-Fetch/t/01_File-Fetch.t File::Fetch tests cpan/File-Path/lib/File/Path.pm Do things like 'mkdir -p' and 'rm -r' cpan/File-Path/t/Path.t See if File::Path works +cpan/Getopt-Long/CHANGES Getopt::Long changes +cpan/Getopt-Long/lib/Getopt/Long.pm Fetch command options (GetOptions) +cpan/Getopt-Long/README Getopt::Long README +cpan/Getopt-Long/t/gol-basic.t See if Getopt::Long works +cpan/Getopt-Long/t/gol-compat.t See if Getopt::Long works +cpan/Getopt-Long/t/gol-linkage.t See if Getopt::Long works +cpan/Getopt-Long/t/gol-oo.t See if Getopt::Long works +cpan/Getopt-Long/t/gol-xargv.t See if Getopt::Long works +cpan/Getopt-Long/t/gol-xstring.t See if Getopt::Long works cpan/IPC-SysV/Changes IPC::SysV changes cpan/IPC-SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture cpan/IPC-SysV/hints/next_3.pl Hint for IPC::SysV for named architecture @@ -1343,15 +1352,6 @@ ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture ext/GDBM_File/Makefile.PL GDBM extension makefile writer ext/GDBM_File/t/gdbm.t See if GDBM_File works ext/GDBM_File/typemap GDBM extension interface types -ext/Getopt-Long/CHANGES Getopt::Long changes -ext/Getopt-Long/lib/Getopt/Long.pm Fetch command options (GetOptions) -ext/Getopt-Long/README Getopt::Long README -ext/Getopt-Long/t/gol-basic.t See if Getopt::Long works -ext/Getopt-Long/t/gol-compat.t See if Getopt::Long works -ext/Getopt-Long/t/gol-linkage.t See if Getopt::Long works -ext/Getopt-Long/t/gol-oo.t See if Getopt::Long works -ext/Getopt-Long/t/gol-xargv.t See if Getopt::Long works -ext/Getopt-Long/t/gol-xstring.t See if Getopt::Long works ext/Hash-Util/Changes Change history of Hash::Util ext/Hash-Util-FieldHash/Changes Changes for Hash::Util::FieldHash ext/Hash-Util-FieldHash/FieldHash.xs XS portion diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 50f12bb..fee9335 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -733,7 +733,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'jv', 'DISTRIBUTION' => 'JV/Getopt-Long-2.38.tar.gz', - 'FILES' => q[ext/Getopt-Long + 'FILES' => q[cpan/Getopt-Long lib/newgetopt.pl ], 'EXCLUDED' => [ qr{^examples/}, diff --git a/ext/Getopt-Long/CHANGES b/cpan/Getopt-Long/CHANGES similarity index 100% rename from ext/Getopt-Long/CHANGES rename to cpan/Getopt-Long/CHANGES diff --git a/ext/Getopt-Long/README b/cpan/Getopt-Long/README similarity index 100% rename from ext/Getopt-Long/README rename to cpan/Getopt-Long/README diff --git a/ext/Getopt-Long/lib/Getopt/Long.pm b/cpan/Getopt-Long/lib/Getopt/Long.pm similarity index 100% rename from ext/Getopt-Long/lib/Getopt/Long.pm rename to cpan/Getopt-Long/lib/Getopt/Long.pm diff --git a/ext/Getopt-Long/t/gol-basic.t b/cpan/Getopt-Long/t/gol-basic.t similarity index 100% rename from ext/Getopt-Long/t/gol-basic.t rename to cpan/Getopt-Long/t/gol-basic.t diff --git a/ext/Getopt-Long/t/gol-compat.t b/cpan/Getopt-Long/t/gol-compat.t similarity index 100% rename from ext/Getopt-Long/t/gol-compat.t rename to cpan/Getopt-Long/t/gol-compat.t diff --git a/ext/Getopt-Long/t/gol-linkage.t b/cpan/Getopt-Long/t/gol-linkage.t similarity index 100% rename from ext/Getopt-Long/t/gol-linkage.t rename to cpan/Getopt-Long/t/gol-linkage.t diff --git a/ext/Getopt-Long/t/gol-oo.t b/cpan/Getopt-Long/t/gol-oo.t similarity index 100% rename from ext/Getopt-Long/t/gol-oo.t rename to cpan/Getopt-Long/t/gol-oo.t diff --git a/ext/Getopt-Long/t/gol-xargv.t b/cpan/Getopt-Long/t/gol-xargv.t similarity index 100% rename from ext/Getopt-Long/t/gol-xargv.t rename to cpan/Getopt-Long/t/gol-xargv.t diff --git a/ext/Getopt-Long/t/gol-xstring.t b/cpan/Getopt-Long/t/gol-xstring.t similarity index 100% rename from ext/Getopt-Long/t/gol-xstring.t rename to cpan/Getopt-Long/t/gol-xstring.t