projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
32afac1
)
prep for 1.004004 release
Karen Etheridge [Mon, 12 Nov 2012 19:04:23 +0000 (11:04 -0800)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
21bd8b4
..
1170a25
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.004003'; # 1.4.3
+our $VERSION = '1.004004'; # 1.4.4
sub VERSION {
for ($_[1]) {