diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-10 11:08:39 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-10 11:33:22 +0100 |
commit | fb78ba4be2872a911ecd409537deabc67447f706 (patch) | |
tree | c434778421c491bbbd130340ab745f57e6da2d6a /make_ext.pl | |
parent | 2db10ba327c7c0a1b993bf71c5feb22a2044498a (diff) | |
download | perl-fb78ba4be2872a911ecd409537deabc67447f706.tar.gz |
Move ExtUtils::Install from lib to ext.
Diffstat (limited to 'make_ext.pl')
-rw-r--r-- | make_ext.pl | 1 |
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. |