X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=b5953181cf493e513cceee188db004ba2af56015;hp=92d5938ffc304a6a9b0a5013c69c94e253824bed;hb=b063a165c4247e0312f19ed90829a0e7161fa449;hpb=efa13fa482395db0a40aafba7e198e43759a5dc6 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 92d5938..b595318 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1335,6 +1335,8 @@ sub setup_finalize { =head2 $c->uri_for( $action, \@captures?, @args?, \%query_values? ) +=head2 $c->uri_for( $action, [@captures, @args], \%query_values? ) + Constructs an absolute L object based on the application root, the provided path, and the additional arguments and query parameters provided. When used as a string, provides a textual URI. If you need more flexibility