Updated prereq versions
Sebastian Riedel [Sat, 21 Jan 2006 22:55:13 +0000 (22:55 +0000)]
Changes
lib/Catalyst.pm

diff --git a/Changes b/Changes
index 59b77e4..ac4da56 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 This file documents the revision history for Perl extension Catalyst.
 
+5.63
+        - Updated prereq versions
+
 5.62    2006-01-17 16:30:00
         - Large update to the tutorial (castaway)
         - Added YAML config support
index 96ff97d..de0d304 100644 (file)
@@ -59,7 +59,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI');
 __PACKAGE__->request_class('Catalyst::Request');
 __PACKAGE__->response_class('Catalyst::Response');
 
-our $VERSION = '5.62';
+our $VERSION = '5.63';
 
 sub import {
     my ( $class, @arguments ) = @_;