Fix warning for dev versions
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
index 1de1ba3..4bae26f 100644 (file)
@@ -7,7 +7,9 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7014';
+our $VERSION='5.7099_01';
+
+$VERSION= eval $VERSION; 
 
 =head1 NAME