diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 18:24:24 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 18:24:24 +0100 |
commit | bd051ffa533cd11a03353dc0bf0c294bc68598f6 (patch) | |
tree | 2684be0d8b3651e92cf57d94e76eba07d301a602 /Porting | |
parent | 325914f9861ab5df5b7d9511c4578256da4059d6 (diff) | |
download | perl-bd051ffa533cd11a03353dc0bf0c294bc68598f6.tar.gz |
Fix the CPAN-to-core file mapping for Getopt::Long.
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 19426c6e1b..85de7c9287 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -739,7 +739,7 @@ use File::Glob qw(:case); 'EXCLUDED' => [ qr{^examples/}, qw{perl-Getopt-Long.spec}, ], - 'MAP' => { '' => 'ext/Getopt-Long/', + 'MAP' => { '' => 'cpan/Getopt-Long/', 'lib/newgetopt.pl' => 'lib/newgetopt.pl', }, 'CPAN' => 1, |