X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FRuntime.pm;h=3925404aaba16a86ef37e80208dae84fa59ee4c1;hp=560832e479999047e8be7f6e13e21fd45cdf8584;hb=cba60982db193b571530fcfb1ad7977bbd9962fa;hpb=73c6a22a236c09a6a3db9c58b720c8a5f758911d diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 560832e..3925404 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -3,13 +3,11 @@ package Catalyst::Runtime; use strict; use warnings; -BEGIN { require 5.008001; } +BEGIN { require 5.008004; } # Remember to update this in Catalyst as well! -our $VERSION='5.80006'; - -$VERSION = eval $VERSION; +our $VERSION = '5.80025'; =head1 NAME