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 | e198ad16b8e9d759aac5600f4a4964317fd90b90 (patch) | |
tree | 5a211ddd44ae147b6c6b8d0fab4db3d54f54c4a6 /make_ext.pl | |
parent | 04721f73a0257be8c30d3812ecdf4b80e7ae6ad1 (diff) | |
download | perl-e198ad16b8e9d759aac5600f4a4964317fd90b90.tar.gz |
Move ExtUtils-Command 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 34ff2121cb..56a5188163 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -29,7 +29,7 @@ my $is_Unix = !$is_Win32 && !$is_VMS; # environment variables on VMS my @toolchain = qw(cpan/AutoLoader/lib dist/Cwd dist/Cwd/lib - cpan/ExtUtils-Command/lib + dist/ExtUtils-Command/lib dist/ExtUtils-Install/lib cpan/ExtUtils-MakeMaker/lib dist/ExtUtils-Manifest/lib |