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:
c7bd248
)
Check if microperl's version in uconfig.sh/h needs bumping
author
David Leadbeater
<dgl@dgl.cx>
Mon, 7 Mar 2011 19:08:55 +0000
(19:08 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 28 Mar 2011 09:21:47 +0000
(10:21 +0100)
Porting/bump-perl-version
patch
|
blob
|
blame
|
history
diff --git
a/Porting/bump-perl-version
b/Porting/bump-perl-version
index
b5752fb
..
7eefee2
100644
(file)
--- a/
Porting/bump-perl-version
+++ b/
Porting/bump-perl-version
@@
-182,6
+182,14
@@
my @maps = (
qr/makedef|win32|hints/, # makedef.pl, README.win32, win32/*, hints/*
],
+ # microperl locations should be bumped for major versions
+ [
+ qr{(/)(\d\.\d{2})(["'/])},
+ sub { $2, "$1$newx.$newy$3" },
+ "$oldx.$oldy",
+ qr/uconfig/,
+ ],
+
);