projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
37122df
)
1.004001
Karen Etheridge [Thu, 12 Jul 2012 23:42:20 +0000 (16:42 -0700)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
37d8d2e
..
6b44c3d
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.004000'; # 1.4.0
+our $VERSION = '1.004001'; # 1.4.1
sub VERSION {
for ($_[1]) {