summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST18
-rwxr-xr-xPorting/Maintainers.pl6
-rw-r--r--ext/Getopt-Long/CHANGES (renamed from lib/Getopt/Long/CHANGES)0
-rw-r--r--ext/Getopt-Long/README (renamed from lib/Getopt/Long/README)0
-rw-r--r--ext/Getopt-Long/lib/Getopt/Long.pm (renamed from lib/Getopt/Long.pm)0
-rw-r--r--ext/Getopt-Long/t/gol-basic.t (renamed from lib/Getopt/Long/t/gol-basic.t)0
-rw-r--r--ext/Getopt-Long/t/gol-compat.t (renamed from lib/Getopt/Long/t/gol-compat.t)0
-rw-r--r--ext/Getopt-Long/t/gol-linkage.t (renamed from lib/Getopt/Long/t/gol-linkage.t)0
-rw-r--r--ext/Getopt-Long/t/gol-oo.t (renamed from lib/Getopt/Long/t/gol-oo.t)0
-rw-r--r--ext/Getopt-Long/t/gol-xargv.t (renamed from lib/Getopt/Long/t/gol-xargv.t)0
-rw-r--r--ext/Getopt-Long/t/gol-xstring.t (renamed from lib/Getopt/Long/t/gol-xstring.t)0
-rwxr-xr-xt/TEST1
12 files changed, 14 insertions, 11 deletions
diff --git a/MANIFEST b/MANIFEST
index b7f8b791bf..69504e6cdb 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1292,6 +1292,15 @@ 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
@@ -3184,15 +3193,6 @@ lib/finddepth.pl A depth-first find emulator--used by find2perl
lib/find.pl A find emulator--used by find2perl
lib/flush.pl Routines to do single flush
lib/getcwd.pl A getcwd() emulator
-lib/Getopt/Long/CHANGES Getopt::Long changes
-lib/Getopt/Long.pm Fetch command options (GetOptions)
-lib/Getopt/Long/README Getopt::Long README
-lib/Getopt/Long/t/gol-basic.t See if Getopt::Long works
-lib/Getopt/Long/t/gol-compat.t See if Getopt::Long works
-lib/Getopt/Long/t/gol-linkage.t See if Getopt::Long works
-lib/Getopt/Long/t/gol-oo.t See if Getopt::Long works
-lib/Getopt/Long/t/gol-xargv.t See if Getopt::Long works
-lib/Getopt/Long/t/gol-xstring.t See if Getopt::Long works
lib/getopt.pl Perl library supporting option parsing
lib/getopts.pl Perl library supporting option parsing
lib/Getopt/Std.pm Fetch command options (getopt, getopts)
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index e533365a3c..ede10850c4 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -742,13 +742,15 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'jv',
'DISTRIBUTION' => 'JV/Getopt-Long-2.38.tar.gz',
- 'FILES' => q[lib/Getopt/Long.pm
- lib/Getopt/Long
+ 'FILES' => q[ext/Getopt-Long
lib/newgetopt.pl
],
'EXCLUDED' => [ qr{^examples/},
qw{perl-Getopt-Long.spec},
],
+ 'MAP' => { '' => 'ext/Getopt-Long/',
+ 'lib/newgetopt.pl' => 'lib/newgetopt.pl',
+ },
'CPAN' => 1,
'UPSTREAM' => 'cpan',
},
diff --git a/lib/Getopt/Long/CHANGES b/ext/Getopt-Long/CHANGES
index 679da2abae..679da2abae 100644
--- a/lib/Getopt/Long/CHANGES
+++ b/ext/Getopt-Long/CHANGES
diff --git a/lib/Getopt/Long/README b/ext/Getopt-Long/README
index b1b8e2a8f4..b1b8e2a8f4 100644
--- a/lib/Getopt/Long/README
+++ b/ext/Getopt-Long/README
diff --git a/lib/Getopt/Long.pm b/ext/Getopt-Long/lib/Getopt/Long.pm
index c827d3c39b..c827d3c39b 100644
--- a/lib/Getopt/Long.pm
+++ b/ext/Getopt-Long/lib/Getopt/Long.pm
diff --git a/lib/Getopt/Long/t/gol-basic.t b/ext/Getopt-Long/t/gol-basic.t
index 1ad5b75ac5..1ad5b75ac5 100644
--- a/lib/Getopt/Long/t/gol-basic.t
+++ b/ext/Getopt-Long/t/gol-basic.t
diff --git a/lib/Getopt/Long/t/gol-compat.t b/ext/Getopt-Long/t/gol-compat.t
index fe4f746194..fe4f746194 100644
--- a/lib/Getopt/Long/t/gol-compat.t
+++ b/ext/Getopt-Long/t/gol-compat.t
diff --git a/lib/Getopt/Long/t/gol-linkage.t b/ext/Getopt-Long/t/gol-linkage.t
index df975c8b31..df975c8b31 100644
--- a/lib/Getopt/Long/t/gol-linkage.t
+++ b/ext/Getopt-Long/t/gol-linkage.t
diff --git a/lib/Getopt/Long/t/gol-oo.t b/ext/Getopt-Long/t/gol-oo.t
index df49cb63b2..df49cb63b2 100644
--- a/lib/Getopt/Long/t/gol-oo.t
+++ b/ext/Getopt-Long/t/gol-oo.t
diff --git a/lib/Getopt/Long/t/gol-xargv.t b/ext/Getopt-Long/t/gol-xargv.t
index 52294e8727..52294e8727 100644
--- a/lib/Getopt/Long/t/gol-xargv.t
+++ b/ext/Getopt-Long/t/gol-xargv.t
diff --git a/lib/Getopt/Long/t/gol-xstring.t b/ext/Getopt-Long/t/gol-xstring.t
index 0d63191383..0d63191383 100644
--- a/lib/Getopt/Long/t/gol-xstring.t
+++ b/ext/Getopt-Long/t/gol-xstring.t
diff --git a/t/TEST b/t/TEST
index 30836f3f06..6d3da61e7f 100755
--- a/t/TEST
+++ b/t/TEST
@@ -34,6 +34,7 @@ my %temp_no_core =
'../ext/Compress-Raw-Bzip2' => 1,
'../ext/Compress-Raw-Zlib' => 1,
'../ext/Devel-PPPort' => 1,
+ '../ext/Getopt-Long' => 1,
'../ext/IO-Compress' => 1,
'../ext/IPC-SysV' => 1,
'../ext/Math-BigInt' => 1,