From: Andy Grundman Date: Mon, 14 Nov 2005 20:54:05 +0000 (+0000) Subject: Released 5.53 X-Git-Tag: 5.7099_04~923 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=89546294537c1453e324c14d987ef92268d92f42 Released 5.53 --- diff --git a/Build.PL b/Build.PL index 0d8bdf7..1d3264d 100644 --- a/Build.PL +++ b/Build.PL @@ -33,7 +33,7 @@ my $build = Module::Build->new( 'URI' => 1.35, }, recommends => - { 'Catalyst::Engine::Apache' => 0, FCGI => 0, 'FCGI::ProcManager' => 0 }, + { 'Catalyst::Engine::Apache' => '1.00', FCGI => 0, 'FCGI::ProcManager' => 0 }, create_makefile_pl => 'passthrough', create_readme => 1, script_files => [ glob('script/*') ], diff --git a/Changes b/Changes index 7bf6604..b35d292 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,12 @@ Tis file documents the revision history for Perl extension Catalyst. +5.53 2005-11-14 15:55:00 + - Removed t/04prereq.t that was testing for non-required + modules. + 5.52 2005-11-14 10:57:00 - Strip '..'s in static urls to fix security issue. + 5.51 2005-11-14 00:45:00 - Changed uri_for to use namespace instead of match. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 8cb5af5..c4f4b05 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -54,7 +54,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI'); __PACKAGE__->request_class('Catalyst::Request'); __PACKAGE__->response_class('Catalyst::Response'); -our $VERSION = '5.52'; +our $VERSION = '5.53'; sub import { my ( $class, @arguments ) = @_;