summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 13:07:05 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 13:07:05 +0100
commitb7c9f9b15ef2884ac3fa8df7881e93c3f701735c (patch)
tree51481092bba5b71bf38a81b42a263b96a765b04d
parent140ca009910469db9424630e5e6f7de982d11d88 (diff)
downloadperl-b7c9f9b15ef2884ac3fa8df7881e93c3f701735c.tar.gz
Move Getopt::Long from ext/ to cpan/
-rw-r--r--MANIFEST18
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Getopt-Long/CHANGES (renamed from ext/Getopt-Long/CHANGES)0
-rw-r--r--cpan/Getopt-Long/README (renamed from ext/Getopt-Long/README)0
-rw-r--r--cpan/Getopt-Long/lib/Getopt/Long.pm (renamed from ext/Getopt-Long/lib/Getopt/Long.pm)0
-rw-r--r--cpan/Getopt-Long/t/gol-basic.t (renamed from ext/Getopt-Long/t/gol-basic.t)0
-rw-r--r--cpan/Getopt-Long/t/gol-compat.t (renamed from ext/Getopt-Long/t/gol-compat.t)0
-rw-r--r--cpan/Getopt-Long/t/gol-linkage.t (renamed from ext/Getopt-Long/t/gol-linkage.t)0
-rw-r--r--cpan/Getopt-Long/t/gol-oo.t (renamed from ext/Getopt-Long/t/gol-oo.t)0
-rw-r--r--cpan/Getopt-Long/t/gol-xargv.t (renamed from ext/Getopt-Long/t/gol-xargv.t)0
-rw-r--r--cpan/Getopt-Long/t/gol-xstring.t (renamed from ext/Getopt-Long/t/gol-xstring.t)0
11 files changed, 10 insertions, 10 deletions
diff --git a/MANIFEST b/MANIFEST
index 2b2eac4cd2..28a9cce63b 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 50f12bb815..fee9335faa 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
index 679da2abae..679da2abae 100644
--- a/ext/Getopt-Long/CHANGES
+++ b/cpan/Getopt-Long/CHANGES
diff --git a/ext/Getopt-Long/README b/cpan/Getopt-Long/README
index b1b8e2a8f4..b1b8e2a8f4 100644
--- a/ext/Getopt-Long/README
+++ b/cpan/Getopt-Long/README
diff --git a/ext/Getopt-Long/lib/Getopt/Long.pm b/cpan/Getopt-Long/lib/Getopt/Long.pm
index c827d3c39b..c827d3c39b 100644
--- a/ext/Getopt-Long/lib/Getopt/Long.pm
+++ b/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
index 1ad5b75ac5..1ad5b75ac5 100644
--- a/ext/Getopt-Long/t/gol-basic.t
+++ b/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
index fe4f746194..fe4f746194 100644
--- a/ext/Getopt-Long/t/gol-compat.t
+++ b/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
index df975c8b31..df975c8b31 100644
--- a/ext/Getopt-Long/t/gol-linkage.t
+++ b/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
index df49cb63b2..df49cb63b2 100644
--- a/ext/Getopt-Long/t/gol-oo.t
+++ b/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
index 52294e8727..52294e8727 100644
--- a/ext/Getopt-Long/t/gol-xargv.t
+++ b/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
index 0d63191383..0d63191383 100644
--- a/ext/Getopt-Long/t/gol-xstring.t
+++ b/cpan/Getopt-Long/t/gol-xstring.t