X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FController.pm;h=f1f6e75f068b57dd13f5b7d148f940077d19fb88;hp=15941723e2c16eba26572073bd67c5821e969f47;hb=4ba7161b972209ab0e923862485624cc651c65f2;hpb=9c1fc6d6a8c4701fa842fa5229c99d103aee1afa diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index 1594172..f1f6e75 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -649,7 +649,7 @@ overridden from the "namespace" config key. =head2 $self->path_prefix($c) -Returns the default path prefix for :PathPrefix, :Local, :LocalRegex and +Returns the default path prefix for :PathPrefix, :Local and relative :Path actions in this component. Defaults to the action_namespace or can be overridden from the "path" config key. @@ -751,7 +751,9 @@ This is a general toolbox for attaching your action to a give path. =head2 Regexp -Status: Deprecated. Use Chained methods or other techniques +Status: Deprecated. Use Chained methods or other techniques. +If you really depend on this, install the standalone +L distribution. A global way to match a give regular expression in the incoming request path. @@ -759,6 +761,10 @@ A global way to match a give regular expression in the incoming request path. =head2 LocalRegexp +Status: Deprecated. Use Chained methods or other techniques. +If you really depend on this, install the standalone +L distribution. + Like L but scoped under the namespace of the containing controller =head2 Chained