Move Getopt::Long from ext/ to cpan/
Nicholas Clark [Sat, 26 Sep 2009 12:07:05 +0000 (13:07 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/Getopt-Long/CHANGES [moved from ext/Getopt-Long/CHANGES with 100% similarity]
cpan/Getopt-Long/README [moved from ext/Getopt-Long/README with 100% similarity]
cpan/Getopt-Long/lib/Getopt/Long.pm [moved from ext/Getopt-Long/lib/Getopt/Long.pm with 100% similarity]
cpan/Getopt-Long/t/gol-basic.t [moved from ext/Getopt-Long/t/gol-basic.t with 100% similarity]
cpan/Getopt-Long/t/gol-compat.t [moved from ext/Getopt-Long/t/gol-compat.t with 100% similarity]
cpan/Getopt-Long/t/gol-linkage.t [moved from ext/Getopt-Long/t/gol-linkage.t with 100% similarity]
cpan/Getopt-Long/t/gol-oo.t [moved from ext/Getopt-Long/t/gol-oo.t with 100% similarity]
cpan/Getopt-Long/t/gol-xargv.t [moved from ext/Getopt-Long/t/gol-xargv.t with 100% similarity]
cpan/Getopt-Long/t/gol-xstring.t [moved from ext/Getopt-Long/t/gol-xstring.t with 100% similarity]

index 2b2eac4..28a9cce 100644 (file)
--- 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
index 50f12bb..fee9335 100755 (executable)
@@ -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/},