Move File::Fetch from ext/ to cpan/
Nicholas Clark [Sat, 26 Sep 2009 10:00:15 +0000 (11:00 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/File-Fetch/lib/File/Fetch.pm [moved from ext/File-Fetch/lib/File/Fetch.pm with 100% similarity]
cpan/File-Fetch/t/01_File-Fetch.t [moved from ext/File-Fetch/t/01_File-Fetch.t with 100% similarity]

index ec75c23..916c6e9 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -513,6 +513,8 @@ cpan/ExtUtils-ParseXS/t/XSTest.pm           Test file for ExtUtils::ParseXS tests
 cpan/ExtUtils-ParseXS/t/XSTest.xs              Test file for ExtUtils::ParseXS tests
 cpan/ExtUtils-ParseXS/t/XSUsage.pm             ExtUtils::ParseXS tests
 cpan/ExtUtils-ParseXS/t/XSUsage.xs             ExtUtils::ParseXS tests
+cpan/File-Fetch/lib/File/Fetch.pm      File::Fetch
+cpan/File-Fetch/t/01_File-Fetch.t      File::Fetch tests
 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
@@ -1297,8 +1299,6 @@ ext/FileCache/t/04twoarg.t        See if FileCache works
 ext/FileCache/t/05override.t   See if FileCache works
 ext/FileCache/t/06export.t     See if FileCache exporting works
 ext/FileCache/t/07noimport.t   See if FileCache works without importing
-ext/File-Fetch/lib/File/Fetch.pm       File::Fetch
-ext/File-Fetch/t/01_File-Fetch.t       File::Fetch tests
 ext/File-Glob/bsd_glob.c       File::Glob extension run time code
 ext/File-Glob/bsd_glob.h       File::Glob extension header file
 ext/File-Glob/Changes          File::Glob extension changelog
index 2afd1c5..5701f34 100755 (executable)
@@ -647,7 +647,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'kane',
        'DISTRIBUTION'  => 'KANE/File-Fetch-0.20.tar.gz',
-       'FILES'         => q[ext/File-Fetch],
+       'FILES'         => q[cpan/File-Fetch],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
        },