projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
325914f
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
19426c6
..
85de7c9
100755
(executable)
--- 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,