X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRuntime.pm;h=cc994d28893ece9f9eef1d328d5e36f31681df69;hb=1bebcac61bb8a8decc34b48cf823b5004c32fd9c;hp=560832e479999047e8be7f6e13e21fd45cdf8584;hpb=73c6a22a236c09a6a3db9c58b720c8a5f758911d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 560832e..cc994d2 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -3,11 +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'; +our $VERSION='5.80020'; $VERSION = eval $VERSION;