summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-10 11:08:39 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-10 11:33:22 +0100
commitfb78ba4be2872a911ecd409537deabc67447f706 (patch)
treec434778421c491bbbd130340ab745f57e6da2d6a /make_ext.pl
parent2db10ba327c7c0a1b993bf71c5feb22a2044498a (diff)
downloadperl-fb78ba4be2872a911ecd409537deabc67447f706.tar.gz
Move ExtUtils::Install from lib to ext.
Diffstat (limited to 'make_ext.pl')
-rw-r--r--make_ext.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_ext.pl b/make_ext.pl
index 8f73a429f7..752fedd140 100644
--- a/make_ext.pl
+++ b/make_ext.pl
@@ -12,6 +12,7 @@ use Cwd;
# allow miniperl to build everything else.
my @toolchain = qw(ext/constant/lib ext/ExtUtils-Command/lib
+ ext/ExtUtils-Install/lib
ext/Text-ParseWords/lib);
# This script acts as a simple interface for building extensions.