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=d94f3f019542c9b5f9000f35cb40606ee0bf5600;hp=59b5eee71c15aebb407706b8c7474b9c5ec0fe85;hb=2407a0ae46fdd91f696c7f31fb928046c39d69c3;hpb=5d94e8f97cb8f810ccdeb2193d59c22ad2afd1de diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 59b5eee..d94f3f0 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -3,7 +3,7 @@ package Catalyst::Runtime; use strict; use warnings; -BEGIN { require 5.008006; } +BEGIN { require 5.008004; } # Remember to update this in Catalyst as well!