projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bc2262b
)
bump version
Matt S Trout [Sun, 8 Apr 2012 19:05:49 +0000 (19:05 +0000)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
c5aca4b
..
ac8337a
100644
(file)
--- a/
lib/strictures.pm
+++ b/
lib/strictures.pm
@@
-5,7
+5,7
@@
use warnings FATAL => 'all';
use constant _PERL_LT_5_8_4 => ($] < 5.008004) ? 1 : 0;
-our $VERSION = '1.003000'; # 1.3.0
+our $VERSION = '1.003001'; # 1.3.1
sub VERSION {
for ($_[1]) {