diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 17:42:02 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 17:42:02 +0100 |
commit | 610892605b3814cdf4f5f2215ee00d25d7ffba45 (patch) | |
tree | 2cbfaa5f9c8b8888ebbcfc99da006223fe77f89c /Porting | |
parent | 0e455d2b24396ba08377dc3cf2d01e6db5f47048 (diff) | |
download | perl-610892605b3814cdf4f5f2215ee00d25d7ffba45.tar.gz |
Move ExtUtils::Constant from ext/ to cpan/
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 8938a87af4..1697f763e4 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -575,7 +575,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'nwclark', 'DISTRIBUTION' => 'NWCLARK/ExtUtils-Constant-0.16.tar.gz', - 'FILES' => q[ext/ExtUtils-Constant], + 'FILES' => q[cpan/ExtUtils-Constant], 'EXCLUDED' => [ qw{ lib/ExtUtils/Constant/Aaargh56Hash.pm examples/perl_keyword.pl examples/perl_regcomp_posix_keyword.pl |