summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-01 16:14:56 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-01 16:14:56 +0100
commitcb9d5b3a2566a2a88f1a861bc6c9a0bee5e7d768 (patch)
tree4e42ae27209854c95181db54dc3beb5424484692 /make_ext.pl
parentd735b9be81f6557af22b934d5906de77c1f2aa9f (diff)
downloadperl-cb9d5b3a2566a2a88f1a861bc6c9a0bee5e7d768.tar.gz
Move ExtUtils::Manifest from ext/ to cpan/
Diffstat (limited to 'make_ext.pl')
-rw-r--r--make_ext.pl2
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
);