projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b43e54c
)
make sure VERSION is numified
Graham Knop [Fri, 30 Jan 2015 12:17:38 +0000 (07:17 -0500)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
75eaf54
..
a64cc45
100644
(file)
--- a/
lib/strictures.pm
+++ b/
lib/strictures.pm
@@
-8,6
+8,7
@@
BEGIN {
}
our $VERSION = '1.005005';
+$VERSION = eval $VERSION;
sub VERSION {
my ($class, $version) = @_;