diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-11-09 21:18:21 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-09 22:11:12 +0100 |
commit | 04721f73a0257be8c30d3812ecdf4b80e7ae6ad1 (patch) | |
tree | e8ab63671881a3c535817bb5eaa9a83e19104157 /make_ext.pl | |
parent | 67fa491b5097caa1797c64932648a2d159135a31 (diff) | |
download | perl-04721f73a0257be8c30d3812ecdf4b80e7ae6ad1.tar.gz |
Move ExtUtils-Manifest from cpan/ to dist/
Randy Kobes passed away recently, so let's have p5p maintain it for now.
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 3c25b280ab..34ff2121cb 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -32,7 +32,7 @@ my @toolchain = qw(cpan/AutoLoader/lib cpan/ExtUtils-Command/lib dist/ExtUtils-Install/lib cpan/ExtUtils-MakeMaker/lib - cpan/ExtUtils-Manifest/lib + dist/ExtUtils-Manifest/lib cpan/File-Path/lib ); |