[Catalyst-commits] r11146 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Aug 17 22:11:34 GMT 2009
Author: t0m
Date: 2009-08-17 22:11:34 +0000 (Mon, 17 Aug 2009)
New Revision: 11146
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Log:
Add _component_name stuff to Changes
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-08-17 22:08:19 UTC (rev 11145)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-08-17 22:11:34 UTC (rev 11146)
@@ -32,6 +32,11 @@
for the controller namespace
- Break setup_components into two more parts: locate_components and
expand_component_module (rjbs)
+ - Allow Components to return anon classed from their COMPONENT method
+ correctly, and have action registration work on Controllers returned
+ as such by adding a _component_name accessor for all components
+ which returns the component instance's name to be used when building
+ actions etc.
Documentation:
- Fix POD to refer to ->config(key => $val), rather than
More information about the Catalyst-commits
mailing list