summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 11:13:58 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 11:13:58 +0100
commit140ca009910469db9424630e5e6f7de982d11d88 (patch)
tree54d8e163ee27dd2ea449be5997c23d2a5801cbe6 /make_ext.pl
parentd8ae23303085b390277723f0ee744282b728bda7 (diff)
downloadperl-140ca009910469db9424630e5e6f7de982d11d88.tar.gz
Move File::Path from ext/ to cpan/
Diffstat (limited to 'make_ext.pl')
-rw-r--r--make_ext.pl2
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) . ')';