Move File::Fetch from lib to ext
Chris 'BinGOs' Williams [Wed, 2 Sep 2009 17:53:47 +0000 (19:53 +0200)]
MANIFEST
Porting/Maintainers.pl
ext/.gitignore
ext/File-Fetch/lib/File/Fetch.pm [moved from lib/File/Fetch.pm with 100% similarity]
ext/File-Fetch/t/01_File-Fetch.t [moved from lib/File/Fetch/t/01_File-Fetch.t with 100% similarity]
lib/.gitignore

index b91b268..a1b56d3 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -724,6 +724,8 @@ ext/Fcntl/Makefile.PL       Fcntl extension makefile writer
 ext/Fcntl/t/fcntl.t    See if Fcntl works
 ext/Fcntl/t/mode.t     See if S_ISREG() and S_ISDIR() work
 ext/Fcntl/t/syslfs.t   See if large files work for sysio
+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
@@ -2500,8 +2502,6 @@ lib/File/Copy.pm          Emulation of cp command
 lib/File/Copy.t                        See if File::Copy works
 lib/File/DosGlob.pm            Win32 DOS-globbing module
 lib/File/DosGlob.t             See if File::DosGlob works
-lib/File/Fetch.pm      File::Fetch
-lib/File/Fetch/t/01_File-Fetch.t       File::Fetch tests
 lib/File/Find.pm               Routines to do a find
 lib/File/Find/t/find.t         See if File::Find works
 lib/File/Find/t/taint.t                See if File::Find works with taint
index d4b4b0e..3db0351 100755 (executable)
@@ -744,7 +744,7 @@ package Maintainers;
        {
        'MAINTAINER'    => 'kane',
        'DISTRIBUTION'  => 'KANE/File-Fetch-0.20.tar.gz',
-       'FILES'         => q[lib/File/Fetch.pm lib/File/Fetch],
+       'FILES'         => q[ext/File-Fetch],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
        },
index aadc64f..3208b4b 100644 (file)
@@ -19,6 +19,7 @@ ppport.h
 /B-Deparse/Makefile.PL
 /B-Lint/Makefile.PL
 /Data-Dumper/Makefile.PL
+/File-Fetch/Makefile.PL
 /Filter-Simple/Makefile.PL
 /Filter-Util-Call/Makefile.PL
 /Hash-Util-FieldHash/Makefile.PL
index f00e6ae..9e3fc80 100644 (file)
@@ -20,6 +20,7 @@
 /Errno.pm
 /ExtUtils/Miniperl.pm
 /Fcntl.pm
+/File/Fetch.pm
 /File/Glob.pm
 /File/GlobMapper.pm
 /Filter/Simple.pm