From: John Napiorkowski Date: Tue, 28 Jul 2015 15:39:14 +0000 (-0500) Subject: fixed docs X-Git-Tag: 5.90097~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=b4fed1aa9dbd1638dc21cdf7d07492517ed40b50 fixed docs --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f55d436..64c097c 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1484,11 +1484,11 @@ sub setup_finalize { $class->setup_finished(1); } -=head2 $c->uri_for( $path?, @args?, \%query_values?, $fragment? ) +=head2 $c->uri_for( $path?, @args?, \%query_values?, \$fragment? ) -=head2 $c->uri_for( $action, \@captures?, @args?, \%query_values?, $fragment? ) +=head2 $c->uri_for( $action, \@captures?, @args?, \%query_values?, \$fragment? ) -=head2 $c->uri_for( $action, [@captures, @args], \%query_values?, $fragment? ) +=head2 $c->uri_for( $action, [@captures, @args], \%query_values?, \$fragment? ) Constructs an absolute L object based on the application root, the provided path, and the additional arguments and query parameters provided.