[Catalyst-commits] r8327 - Catalyst-Runtime/5.70/trunk/lib/Catalyst/DispatchType

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Tue Sep 2 12:48:31 BST 2008


Author: rafl
Date: 2008-09-02 12:48:31 +0100 (Tue, 02 Sep 2008)
New Revision: 8327

Modified:
   Catalyst-Runtime/5.70/trunk/lib/Catalyst/DispatchType/Chained.pm
Log:
Document :Chained('../action').

Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst/DispatchType/Chained.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst/DispatchType/Chained.pm	2008-09-02 11:48:19 UTC (rev 8326)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst/DispatchType/Chained.pm	2008-09-02 11:48:31 UTC (rev 8327)
@@ -476,10 +476,11 @@
 =item Chained
 
 Has to be specified for every child in the chain. Possible values are
-absolute and relative private action paths, with the relatives pointing
-to the current controller, or a single slash C</> to tell Catalyst that
-this is the root of a chain. The attribute C<:Chained> without arguments
-also defaults to the C</> behavior.
+absolute and relative private action paths or a single slash C</> to
+tell Catalyst that this is the root of a chain. The attribute
+C<:Chained> without arguments also defaults to the C</> behavior.
+Relative action paths may use C<../> to refer to actions in parent
+controllers.
 
 Because you can specify an absolute path to the parent action, it
 doesn't matter to Catalyst where that parent is located. So, if your




More information about the Catalyst-commits mailing list