projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e14a346
)
bump version
Graham Knop [Wed, 12 Feb 2014 22:00:29 +0000 (17:00 -0500)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
7c517b9
..
2db3be6
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.005002'; # 1.5.2
+our $VERSION = '1.005003'; # 1.5.3
sub VERSION {
my ($class, $version) = @_;