X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRuntime.pm;h=74d9ce1412038d7cb61ce7c68d12e4b9a7b22ec7;hb=e66329daef8b951878efad004f636924baf448fd;hp=560832e479999047e8be7f6e13e21fd45cdf8584;hpb=73c6a22a236c09a6a3db9c58b720c8a5f758911d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 560832e..74d9ce1 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.80016'; $VERSION = eval $VERSION;