eval $VERSION to avoid non-numeric warnings.
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 37c06d1..4ce44ed 100644 (file)
@@ -77,6 +77,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 # Remember to update this in Catalyst::Runtime as well!
 
 our $VERSION = '5.8000_06';
+$VERSION = eval $VERSION;
 
 sub import {
     my ( $class, @arguments ) = @_;