projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5cc7b5d
)
bump version
Graham Knop [Sat, 16 Aug 2014 01:16:24 +0000 (21:16 -0400)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
b34c1f7
..
46ee821
100644
(file)
--- a/
lib/strictures.pm
+++ b/
lib/strictures.pm
@@
-7,7
+7,7
@@
BEGIN {
*_PERL_LT_5_8_4 = ($] < 5.008004) ? sub(){1} : sub(){0};
}
-our $VERSION = '1.005004';
+our $VERSION = '1.005005';
sub VERSION {
my ($class, $version) = @_;