X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=9aec8c27daa0e8bb8f21619a4ff10cb5f95b969f;hb=d4f67841aca20946ee3e6e32609a22d633d961e9;hp=fd007937863cb289f2f075ee429228945155839a;hpb=4ba281880525d61477452b0f4b0ad0ee33df997f;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index fd00793..9aec8c2 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -869,7 +869,7 @@ in standard fashion. Instead of C<$path>, you can also optionally pass a C<$action> object which will be resolved to a path using -C<< $c->dispatcher->uri_for_action .>; if the first element of +C<< $c->dispatcher->uri_for_action >>; if the first element of C<@args> is an arrayref it is treated as a list of captures to be passed to C.