In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/bd051ffa533cd11a03353dc0bf0c294bc68598f6?hp=325914f9861ab5df5b7d9511c4578256da4059d6>
- Log ----------------------------------------------------------------- commit bd051ffa533cd11a03353dc0bf0c294bc68598f6 Author: Nicholas Clark <[email protected]> Date: Sat Sep 26 18:24:24 2009 +0100 Fix the CPAN-to-core file mapping for Getopt::Long. ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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, -- Perl5 Master Repository
