X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=64c097c0bb84f2adc85ca1b7d13c2962fbaa6662;hp=f55d43650e9482aeefbcae5cd5469d9fa93678ee;hb=b4fed1aa9dbd1638dc21cdf7d07492517ed40b50;hpb=6b9f9ef742c1ee771df336eed1db42d807c8c59c 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.