Prep for 5.62 release
Andy Grundman [Tue, 17 Jan 2006 21:04:44 +0000 (21:04 +0000)]
Changes
lib/Catalyst.pm

diff --git a/Changes b/Changes
index d2e31b4..c66ea02 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 This file documents the revision history for Perl extension Catalyst.
 
-6.00
+5.62    2006-01-17 16:30:00
         - Added YAML config support
         - Added COMPONENT() and ACCEPT_CONTEXT() support
         - Action list in debug mode is now displayed as a tree in the
index 4aa26af..97dfc4e 100644 (file)
@@ -59,7 +59,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI');
 __PACKAGE__->request_class('Catalyst::Request');
 __PACKAGE__->response_class('Catalyst::Response');
 
-our $VERSION = '6.00';
+our $VERSION = '5.62';
 
 sub import {
     my ( $class, @arguments ) = @_;