diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 06:13:26 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 06:13:26 +0100 |
commit | afbf6680b6636f5aeeceb87d873ea5935f57334b (patch) | |
tree | 45098b00f3b3fad8e4e73e2bb3056a9106d19ed7 /make_ext.pl | |
parent | e853d2264b77e2bdc0758f8ab38e819629763e81 (diff) | |
download | perl-afbf6680b6636f5aeeceb87d873ea5935f57334b.tar.gz |
Move AutoLoader 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 2ff74d8b9e..8c4ff25473 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 ext/AutoLoader/lib); + ext/File-Path/lib cpan/AutoLoader/lib); my @ext_dirs = qw(cpan ext); my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')'; |