make sure VERSION is numified
Graham Knop [Fri, 30 Jan 2015 12:17:38 +0000 (07:17 -0500)]
lib/strictures.pm

index 75eaf54..a64cc45 100644 (file)
@@ -8,6 +8,7 @@ BEGIN {
 }
 
 our $VERSION = '1.005005';
+$VERSION = eval $VERSION;
 
 sub VERSION {
   my ($class, $version) = @_;