[Catalyst-commits] r8326 - 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:19 BST 2008


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

Modified:
   Catalyst-Runtime/5.70/trunk/lib/Catalyst/DispatchType/Chained.pm
Log:
Mention PathPrefix in Chained docs.

Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst/DispatchType/Chained.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst/DispatchType/Chained.pm	2008-09-02 10:30:17 UTC (rev 8325)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst/DispatchType/Chained.pm	2008-09-02 11:48:19 UTC (rev 8326)
@@ -469,6 +469,10 @@
 C</foo/bar/...>. If you don't specify C<:PathPart> it has the same
 effect as using C<:PathPart>, it would default to the action name.
 
+=item PathPrefix
+
+Sets PathPart to the path_prefix of the current controller.
+
 =item Chained
 
 Has to be specified for every child in the chain. Possible values are




More information about the Catalyst-commits mailing list