From: Florian Ragwitz Date: Mon, 18 May 2009 15:10:38 +0000 (+0000) Subject: Version 5.80004. X-Git-Tag: 5.80004^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=92435154bf1ff5c2204c38285b04785d64e43ee2 Version 5.80004. --- diff --git a/Changes b/Changes index 6c64991..5a18272 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +5.80004 2009-05-18 17:03:23 - Rename the actions attribute in Catalyt::Controller to _controller_actions to avoid name clashes with application controller naming. (random) diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 5b1ae67..8a8c9e8 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -76,7 +76,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80003'; +our $VERSION = '5.80004'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 6e83d28..b83696c 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008001; } # Remember to update this in Catalyst as well! -our $VERSION='5.80003'; +our $VERSION='5.80004'; $VERSION = eval $VERSION;