From: Andy Grundman Date: Fri, 13 Jan 2006 14:44:10 +0000 (+0000) Subject: Set version back to 5.62 :) X-Git-Tag: 5.7099_04~751 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=367c3420bd03291e2c7e5cc3d1a21cf2e2c21a19;hp=b710ca30f0287e9a895c71f28e0a8acbe0b72a1d Set version back to 5.62 :) --- diff --git a/Changes b/Changes index d2e31b4..79b8b6d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for Perl extension Catalyst. -6.00 +5.62 - 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 4de9684..461ac6d 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 ) = @_;