From: Matt S Trout Date: Sun, 26 Mar 2006 20:41:45 +0000 (+0000) Subject: Updated uri_for signature X-Git-Tag: 5.7099_04~656 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=73664287069fe2e0c731df29f80b5c19838c60d2 Updated uri_for signature --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6b519b4..554e959 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -767,7 +767,7 @@ EOF $class->setup_finished(1); } -=head2 $c->uri_for( $path, [ @args ] ) +=head2 $c->uri_for( $path, @args?, \%query_values? ) Merges path with C<$c-Erequest-Ebase> for absolute uri's and with C<$c-Enamespace> for relative uri's, then returns a