summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 11:00:15 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 11:00:15 +0100
commitd8ae23303085b390277723f0ee744282b728bda7 (patch)
tree406739cc221ae523bdc2b431a92886f3cf9b5ad5
parent3e845af8e4986053d5f9f4e271a55d6feb803790 (diff)
downloadperl-d8ae23303085b390277723f0ee744282b728bda7.tar.gz
Move File::Fetch from ext/ to cpan/
-rw-r--r--MANIFEST4
-rwxr-xr-xPorting/Maintainers.pl2
-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
diff --git a/MANIFEST b/MANIFEST
index ec75c23fc9..916c6e9f4f 100644
--- 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
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