diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-01 16:14:56 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-01 16:14:56 +0100 |
commit | cb9d5b3a2566a2a88f1a861bc6c9a0bee5e7d768 (patch) | |
tree | 4e42ae27209854c95181db54dc3beb5424484692 /make_ext.pl | |
parent | d735b9be81f6557af22b934d5906de77c1f2aa9f (diff) | |
download | perl-cb9d5b3a2566a2a88f1a861bc6c9a0bee5e7d768.tar.gz |
Move ExtUtils::Manifest from ext/ to cpan/
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 901d9d65fd..753e36b09e 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -33,7 +33,7 @@ my @toolchain = qw(cpan/AutoLoader/lib cpan/ExtUtils-Command/lib dist/ExtUtils-Install/lib cpan/ExtUtils-MakeMaker/lib - ext/ExtUtils-Manifest/lib + cpan/ExtUtils-Manifest/lib cpan/File-Path/lib ); |