[Catalyst-commits] r13440 -
Catalyst-Runtime/5.80/branches/tweak_controller_action_creation
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Jul 28 21:39:32 GMT 2010
Author: t0m
Date: 2010-07-28 22:39:32 +0100 (Wed, 28 Jul 2010)
New Revision: 13440
Modified:
Catalyst-Runtime/5.80/branches/tweak_controller_action_creation/Changes
Log:
Changelog
Modified: Catalyst-Runtime/5.80/branches/tweak_controller_action_creation/Changes
===================================================================
--- Catalyst-Runtime/5.80/branches/tweak_controller_action_creation/Changes 2010-07-28 21:37:00 UTC (rev 13439)
+++ Catalyst-Runtime/5.80/branches/tweak_controller_action_creation/Changes 2010-07-28 21:39:32 UTC (rev 13440)
@@ -1,5 +1,11 @@
# This file documents the revision history for Perl extension Catalyst.
+ New features:
+ - An 'action_class' method has been added to Catalyst::Controller to
+ allow controller base classes, roles or traits
+ (e.g. Catalyst::Controller::ActionRole) to more easily override
+ the default action creation.
+
Bug fixes:
- Fix the --mech and --mechanize options to the myapp_create.pl script
to operate correctly by fixing the options passed down into the script.
More information about the Catalyst-commits
mailing list