first go at make uri_for utf8 correct
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
index a8da289..e12e2e0 100644 (file)
@@ -8,6 +8,7 @@ BEGIN { require 5.008003; }
 # Remember to update this in Catalyst as well!
 
 our $VERSION = '5.90080_001';
+$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 =head1 NAME