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