diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-09 16:41:28 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-09 16:41:28 +0100 |
commit | ca2a24a91ea0f76bbbb7e7309638f99ade8d37e5 (patch) | |
tree | bbfd5baf2eea27192acdd827fa56e5226d4718c4 /make_ext.pl | |
parent | c584a96ef5d541fd119f21c2c77f6ffe2b2c0370 (diff) | |
download | perl-ca2a24a91ea0f76bbbb7e7309638f99ade8d37e5.tar.gz |
Move ExtUtils::Command 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 691f7b14b9..9b32065e40 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -4,7 +4,7 @@ use warnings; use Config; use Cwd; -my @toolchain = qw(ext/constant/lib); +my @toolchain = qw(ext/constant/lib ext/ExtUtils-Command/lib); # This script acts as a simple interface for building extensions. |