projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
343f5d0
)
allow quotes around version in Makefile.PL
Graham Knop [Thu, 29 Oct 2015 20:37:34 +0000 (16:37 -0400)]
helpers/bump-version
patch
|
blob
|
blame
|
history
diff --git
a/helpers/bump-version
b/helpers/bump-version
index
0804e45
..
af3ecad
100755
(executable)
--- a/
helpers/bump-version
+++ b/
helpers/bump-version
@@
-61,7
+61,7
@@
my $FILE_RE = qr{
(.*)$
}x;
my $MAKE_RE = qr{
- (^.* version \s* => \s* )
+ (^.* ['"]?version['"] \s* => \s* )
(['"]?) v?([0-9]+(?:[._][0-9]+)*) \2
( \s*, )
(?: