diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-10 13:26:22 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-10 13:26:46 +0100 |
commit | 135277f1a6d67eb1f41aaec95616f52cb016cba1 (patch) | |
tree | 6df9707f8b8ecb18ff838e597deeab51f8e2e50a /make_ext.pl | |
parent | 640c21e43164b2e0d3d20d4a5b3168d54f8b6e57 (diff) | |
download | perl-135277f1a6d67eb1f41aaec95616f52cb016cba1.tar.gz |
Move ExtUtils::Manifest from lib to ext.
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 752fedd140..7783688e00 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -12,7 +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/ExtUtils-Install/lib ext/ExtUtils-Manifest/lib ext/Text-ParseWords/lib); # This script acts as a simple interface for building extensions. |