summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorChris Williams <chris@bingosnet.co.uk>2009-09-12 10:45:31 +0100
committerChris Williams <chris@bingosnet.co.uk>2009-09-12 10:46:01 +0100
commit4677aef710c292706460adb42ae4c5704ccecc56 (patch)
tree5d6b3ad9db35454020f4441a4540b3cfe5d54d00 /make_ext.pl
parent847471027aa42997ed316a227be8a8f963492f74 (diff)
downloadperl-4677aef710c292706460adb42ae4c5704ccecc56.tar.gz
Moved AutoLoader from lib/ to ext/
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 f88c208046..795b7e5918 100644
--- a/make_ext.pl
+++ b/make_ext.pl
@@ -14,7 +14,7 @@ use Cwd;
my @toolchain = qw(ext/constant/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/File-Path/lib ext/AutoLoader/lib);
# This script acts as a simple interface for building extensions.