projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c27b4e9
)
Teach bump-perl-version about perl511.dll, perl511.lib and perl511s.lib
Jan Dubois [Tue, 23 Feb 2010 02:27:13 +0000 (18:27 -0800)]
Porting/bump-perl-version
patch
|
blob
|
blame
|
history
diff --git
a/Porting/bump-perl-version
b/Porting/bump-perl-version
index
b0e77a8
..
a353ce9
100755
(executable)
--- a/
Porting/bump-perl-version
+++ b/
Porting/bump-perl-version
@@
-174,6
+174,14
@@
my @maps = (
undef,
],
+ # perl511.dll, perl511.lib, perl511s.lib
+ [
+ qr{\b perl (\d\d\d) (s?) \. }x,
+ sub {$1, "perl$newx$newy$2." },
+ "$oldx$oldy",
+ qr/win32/, # README.win32, win32/*
+ ],
+
);