projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7e4b1c0
)
prep for 1.004002
Karen Etheridge [Sun, 9 Sep 2012 01:15:31 +0000 (18:15 -0700)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
e8bff80
..
4712f11
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.004001'; # 1.4.1
+our $VERSION = '1.004002'; # 1.4.2
sub VERSION {
for ($_[1]) {