Mention PathPrefix in Chained docs.
Florian Ragwitz [Tue, 2 Sep 2008 11:48:19 +0000 (11:48 +0000)]
lib/Catalyst/DispatchType/Chained.pm

index 7d0bbc9..632fd20 100644 (file)
@@ -469,6 +469,10 @@ with C<sub bar :PathPart('foo/bar') :Chained('/')> would bind to
 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