diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 11:00:15 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 11:00:15 +0100 |
commit | d8ae23303085b390277723f0ee744282b728bda7 (patch) | |
tree | 406739cc221ae523bdc2b431a92886f3cf9b5ad5 | |
parent | 3e845af8e4986053d5f9f4e271a55d6feb803790 (diff) | |
download | perl-d8ae23303085b390277723f0ee744282b728bda7.tar.gz |
Move File::Fetch from ext/ to cpan/
-rw-r--r-- | MANIFEST | 4 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/File-Fetch/lib/File/Fetch.pm (renamed from ext/File-Fetch/lib/File/Fetch.pm) | 0 | ||||
-rw-r--r-- | cpan/File-Fetch/t/01_File-Fetch.t (renamed from ext/File-Fetch/t/01_File-Fetch.t) | 0 |
4 files changed, 3 insertions, 3 deletions
@@ -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 diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2afd1c51d1..5701f34ff8 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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', }, diff --git a/ext/File-Fetch/lib/File/Fetch.pm b/cpan/File-Fetch/lib/File/Fetch.pm index d093560126..d093560126 100644 --- a/ext/File-Fetch/lib/File/Fetch.pm +++ b/cpan/File-Fetch/lib/File/Fetch.pm diff --git a/ext/File-Fetch/t/01_File-Fetch.t b/cpan/File-Fetch/t/01_File-Fetch.t index 1cd7e8d126..1cd7e8d126 100644 --- a/ext/File-Fetch/t/01_File-Fetch.t +++ b/cpan/File-Fetch/t/01_File-Fetch.t |