diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 11:13:58 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 11:13:58 +0100 |
commit | 140ca009910469db9424630e5e6f7de982d11d88 (patch) | |
tree | 54d8e163ee27dd2ea449be5997c23d2a5801cbe6 /make_ext.pl | |
parent | d8ae23303085b390277723f0ee744282b728bda7 (diff) | |
download | perl-140ca009910469db9424630e5e6f7de982d11d88.tar.gz |
Move File::Path from ext/ to cpan/
Diffstat (limited to 'make_ext.pl')
-rw-r--r-- | make_ext.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_ext.pl b/make_ext.pl index 8c4ff25473..5aa861dba3 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) . ')'; |