summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 18:24:24 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 18:24:24 +0100
commitbd051ffa533cd11a03353dc0bf0c294bc68598f6 (patch)
tree2684be0d8b3651e92cf57d94e76eba07d301a602 /Porting
parent325914f9861ab5df5b7d9511c4578256da4059d6 (diff)
downloadperl-bd051ffa533cd11a03353dc0bf0c294bc68598f6.tar.gz
Fix the CPAN-to-core file mapping for Getopt::Long.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
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,