projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5ab06a4
)
bump version for release
Matt S Trout [Thu, 12 Jul 2012 19:11:08 +0000 (19:11 +0000)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
bb136ae
..
3d2e24d
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.003001'; # 1.3.1
+our $VERSION = '1.004000'; # 1.4.0
sub VERSION {
for ($_[1]) {