X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRuntime.pm;h=0933fd5e6d0ec1e30345a7e07cf199250b0355a0;hb=568e11a2f0ff771401948d40d75e688eda098476;hp=0b35d2d31750300e59a21974df4bed5d0dc0a360;hpb=455b342ec12a7689dfa9aae0dd096d5cc1f9242b;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 0b35d2d..0933fd5 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.008006; } +BEGIN { require 5.008004; } # Remember to update this in Catalyst as well! -our $VERSION='5.80008'; +our $VERSION='5.80014'; $VERSION = eval $VERSION;