X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=475ba75b13a6b29d6266e8719b65b89650dd96b8;hp=eb44a14920c01583373aa057e0858d77c8f51f77;hb=8d1968626a002b327f07cf6797e4f23fb1031ff4;hpb=80267996ccba9e9c1cad4fe10f4ecef33c1b1d4b diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index eb44a14..475ba75 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -38,7 +38,7 @@ use Plack::Middleware::ReverseProxy; use Plack::Middleware::IIS6ScriptNameFix; use Plack::Middleware::LighttpdScriptNameFix; -BEGIN { require 5.008004; } +BEGIN { require 5.008003; } has stack => (is => 'ro', default => sub { [] }); has stash => (is => 'rw', default => sub { {} }); @@ -100,7 +100,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90008'; +our $VERSION = '5.90009'; sub import { my ( $class, @arguments ) = @_;