diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-28 14:14:43 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-29 11:12:37 +0100 |
commit | 0b9ea86f023d8bce736afbf22fbe2981c28cafe2 (patch) | |
tree | a25e95cf37bca7dc032660a9657295679ee1a9de /Porting | |
parent | 97506620cbe3360de3da5d5015eb421cbe2804a8 (diff) | |
download | perl-0b9ea86f023d8bce736afbf22fbe2981c28cafe2.tar.gz |
Move ExtUtils::Install from ext/ to dist/
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d2173258b0..8936386751 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -592,7 +592,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'yves', 'DISTRIBUTION' => 'YVES/ExtUtils-Install-1.54.tar.gz', - 'FILES' => q[ext/ExtUtils-Install], + 'FILES' => q[dist/ExtUtils-Install], 'EXCLUDED' => [ qw{ t/lib/Test/Builder.pm t/lib/Test/Builder/Module.pm t/lib/Test/More.pm |