Released 5.53
Andy Grundman [Mon, 14 Nov 2005 20:54:05 +0000 (20:54 +0000)]
Build.PL
Changes
lib/Catalyst.pm

index 0d8bdf7..1d3264d 100644 (file)
--- 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 (file)
--- 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.
 
index 8cb5af5..c4f4b05 100644 (file)
@@ -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 ) = @_;