This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325914f
)
Fix the CPAN-to-core file mapping for Getopt::Long.
author
Nicholas Clark
<nick@ccl4.org>
Sat, 26 Sep 2009 17:24:24 +0000
(18:24 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
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,