From: Nicholas Clark Date: Sat, 26 Sep 2009 10:00:15 +0000 (+0100) Subject: Move File::Fetch from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d8ae23303085b390277723f0ee744282b728bda7;p=p5sagit%2Fp5-mst-13.2.git Move File::Fetch from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index ec75c23..916c6e9 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 2afd1c5..5701f34 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 similarity index 100% rename from ext/File-Fetch/lib/File/Fetch.pm rename to 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 similarity index 100% rename from ext/File-Fetch/t/01_File-Fetch.t rename to cpan/File-Fetch/t/01_File-Fetch.t