make sure VERSION is numified
[p5sagit/strictures.git] / 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) = @_;