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:
7bbb137
)
whoops, should be using $new_version here
author
Jesse Luehrs
<doy@tozt.net>
Mon, 18 Jun 2012 22:44:04 +0000
(17:44 -0500)
committer
Jesse Luehrs
<doy@tozt.net>
Mon, 18 Jun 2012 22:44:04 +0000
(17:44 -0500)
Porting/sync-with-cpan
patch
|
blob
|
blame
|
history
diff --git
a/Porting/sync-with-cpan
b/Porting/sync-with-cpan
index
46eee54
..
b90612f
100755
(executable)
--- a/
Porting/sync-with-cpan
+++ b/
Porting/sync-with-cpan
@@
-449,7
+449,7
@@
while (<$Maintainers_pl>) {
if (!$found) {
if ($in_mod_section) {
if (/DISTRIBUTION/) {
- if (s/\Q$old_version/$version/) {
+ if (s/\Q$old_version/$
new_
version/) {
$found = 1;
}
}