From: Andy Grundman Date: Tue, 17 Jan 2006 21:04:44 +0000 (+0000) Subject: Prep for 5.62 release X-Git-Tag: 5.7099_04~744 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ff5577c47b9629f55acf99201111feeb220206bc Prep for 5.62 release --- diff --git a/Changes b/Changes index d2e31b4..c66ea02 100644 --- 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 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4aa26af..97dfc4e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_;