From: Nicholas Clark Date: Sat, 26 Sep 2009 17:24:24 +0000 (+0100) Subject: Fix the CPAN-to-core file mapping for Getopt::Long. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bd051ffa533cd11a03353dc0bf0c294bc68598f6;p=p5sagit%2Fp5-mst-13.2.git Fix the CPAN-to-core file mapping for Getopt::Long. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 19426c6..85de7c9 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,