In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/140ca009910469db9424630e5e6f7de982d11d88?hp=3e845af8e4986053d5f9f4e271a55d6feb803790>

- Log -----------------------------------------------------------------
commit 140ca009910469db9424630e5e6f7de982d11d88
Author: Nicholas Clark <[email protected]>
Date:   Sat Sep 26 11:13:58 2009 +0100

    Move File::Path from ext/ to cpan/

M       MANIFEST
M       Porting/Maintainers.pl
A       cpan/File-Path/lib/File/Path.pm
A       cpan/File-Path/t/Path.t
D       ext/File-Path/lib/File/Path.pm
D       ext/File-Path/t/Path.t
M       make_ext.pl

commit d8ae23303085b390277723f0ee744282b728bda7
Author: Nicholas Clark <[email protected]>
Date:   Sat Sep 26 11:00:15 2009 +0100

    Move File::Fetch from ext/ to cpan/

M       MANIFEST
M       Porting/Maintainers.pl
A       cpan/File-Fetch/lib/File/Fetch.pm
A       cpan/File-Fetch/t/01_File-Fetch.t
D       ext/File-Fetch/lib/File/Fetch.pm
D       ext/File-Fetch/t/01_File-Fetch.t
-----------------------------------------------------------------------

Summary of changes:
 MANIFEST                                   |    8 ++++----
 Porting/Maintainers.pl                     |    4 ++--
 {ext => cpan}/File-Fetch/lib/File/Fetch.pm |    0
 {ext => cpan}/File-Fetch/t/01_File-Fetch.t |    0
 {ext => cpan}/File-Path/lib/File/Path.pm   |    0
 {ext => cpan}/File-Path/t/Path.t           |    0
 make_ext.pl                                |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
 rename {ext => cpan}/File-Fetch/lib/File/Fetch.pm (100%)
 rename {ext => cpan}/File-Fetch/t/01_File-Fetch.t (100%)
 rename {ext => cpan}/File-Path/lib/File/Path.pm (100%)
 rename {ext => cpan}/File-Path/t/Path.t (100%)

diff --git a/MANIFEST b/MANIFEST
index ec75c23..2b2eac4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -513,6 +513,10 @@ 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/File-Path/lib/File/Path.pm                Do things like 'mkdir -p' and 
'rm -r'
+cpan/File-Path/t/Path.t                        See if File::Path works
 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 +1301,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
@@ -1310,8 +1312,6 @@ ext/File-Glob/t/case.t            See if File::Glob works
 ext/File-Glob/t/global.t       See if File::Glob works
 ext/File-Glob/TODO             File::Glob extension todo list
 ext/File-Glob/t/taint.t                See if File::Glob works
-ext/File-Path/lib/File/Path.pm         Do things like `mkdir -p' and `rm -r'
-ext/File-Path/t/Path.t                 See if File::Path works
 ext/File-Temp/t/cmp.t          See if File::Temp works
 ext/File-Temp/Temp.pm          create safe temporary files and file handles
 ext/File-Temp/t/fork.t         See if File::Temp works
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 2afd1c5..50f12bb 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',
        },
@@ -656,7 +656,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'dland',
        'DISTRIBUTION'  => 'DLAND/File-Path-2.07_03.tar.gz',
-       'FILES'         => q[ext/File-Path],
+       'FILES'         => q[cpan/File-Path],
        'EXCLUDED'      => [ qw{eg/setup-extra-tests
                                t/pod.t
                                t/taint.t
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
diff --git a/ext/File-Path/lib/File/Path.pm b/cpan/File-Path/lib/File/Path.pm
similarity index 100%
rename from ext/File-Path/lib/File/Path.pm
rename to cpan/File-Path/lib/File/Path.pm
diff --git a/ext/File-Path/t/Path.t b/cpan/File-Path/t/Path.t
similarity index 100%
rename from ext/File-Path/t/Path.t
rename to cpan/File-Path/t/Path.t
diff --git a/make_ext.pl b/make_ext.pl
index 8c4ff25..5aa861d 100644
--- a/make_ext.pl
+++ b/make_ext.pl
@@ -17,7 +17,7 @@ use Cwd;
 my @toolchain = qw(ext/constant/lib ext/Cwd ext/Cwd/lib 
ext/ExtUtils-Command/lib
                   ext/ExtUtils-Install/lib ext/ExtUtils-MakeMaker/lib
                   ext/ExtUtils-Manifest/lib ext/Text-ParseWords/lib
-                  ext/File-Path/lib cpan/AutoLoader/lib);
+                  cpan/File-Path/lib cpan/AutoLoader/lib);
 
 my @ext_dirs = qw(cpan ext);
 my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')';

--
Perl5 Master Repository

Reply via email to