diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 16:15:45 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 17:51:17 +0100 |
commit | 23cad4453f3408b97f569bd2fe7084eb4fa99b3c (patch) | |
tree | 3d7d06324459f70f099cad95e2aa150cf7f31160 /Porting | |
parent | 75def4d9075353bc1eca69d47bbefcd65e7b6905 (diff) | |
download | perl-23cad4453f3408b97f569bd2fe7084eb4fa99b3c.tar.gz |
Move Params::Check 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 831d928cfb..735fb3aa9c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1090,7 +1090,7 @@ use File::Glob qw(:case); # For some reason a file of this name appears within # the tarball. Russell's Paradox eat your heart out. 'EXCLUDED' => [ qw( Params-Check-0.26.tar.gz ) ], - 'FILES' => q[ext/Params-Check], + 'FILES' => q[cpan/Params-Check], 'CPAN' => 1, 'UPSTREAM' => 'cpan', }, |