projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5799c6a
)
bump version to 1.999_002
Graham Knop [Thu, 5 Feb 2015 11:34:35 +0000 (06:34 -0500)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
5ccfb43
..
909d27a
100644
(file)
--- a/
lib/strictures.pm
+++ b/
lib/strictures.pm
@@
-8,7
+8,7
@@
BEGIN {
*_CAN_GOTO_VERSION = ($] >= 5.008000) ? sub(){1} : sub(){0};
}
-our $VERSION = '1.999_001';
+our $VERSION = '1.999_002';
$VERSION = eval $VERSION;
$VERSION = 2; # a bit of a cheat, but requesting v2 needs to be possible