This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the CPAN-to-core file mapping for Getopt::Long.
authorNicholas Clark <nick@ccl4.org>
Sat, 26 Sep 2009 17:24:24 +0000 (18:24 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 26 Sep 2009 17:24:24 +0000 (18:24 +0100)
Porting/Maintainers.pl

index 19426c6..85de7c9 100755 (executable)
@@ -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,