Fix the CPAN-to-core file mapping for Getopt::Long.
Nicholas Clark [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,