From: Tomas Doran Date: Thu, 29 Jul 2010 00:58:32 +0000 (+0000) Subject: Version 5.80025 X-Git-Tag: 5.80025^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=cba60982db193b571530fcfb1ad7977bbd9962fa Version 5.80025 --- diff --git a/Changes b/Changes index 02726ac..f17bba2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80025 2010-07-29 01:50:00 + New features: - An 'action_class' method has been added to Catalyst::Controller to allow controller base classes, roles or traits diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 1013d21..0e6090b 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80024'; +our $VERSION = '5.80025'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 0c37ca2..3925404 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008004; } # Remember to update this in Catalyst as well! -our $VERSION = '5.80024'; +our $VERSION = '5.80025'; =head1 NAME