From: Marcus Ramberg Date: Fri, 27 Jun 2008 09:19:04 +0000 (+0000) Subject: Fix warning for dev versions X-Git-Tag: 5.7099_04~56 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=33e27a8d37f2891a7891797cfca767f3739ac16c Fix warning for dev versions --- diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 3e79489..4bae26f 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -9,6 +9,8 @@ BEGIN { require 5.008001; } our $VERSION='5.7099_01'; +$VERSION= eval $VERSION; + =head1 NAME Catalyst::Runtime - Catalyst Runtime version