From: Matt S Trout Date: Fri, 24 Feb 2006 13:48:33 +0000 (+0000) Subject: Doc patch for uri_for from 'mike' X-Git-Tag: 5.7099_04~697 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4f67eddf1e175ebf0c754b6cdf6f3c47a92fba7f Doc patch for uri_for from 'mike' --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 566eae0..f58c9e9 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -701,7 +701,9 @@ EOF Merges path with C<$c-Erequest-Ebase> for absolute uri's and with C<$c-Enamespace> for relative uri's, then returns a normalized L object. If any args are passed, they are added at the -end of the path. +end of the path. If the last argument to uri_for is a hash reference, +it is assumed to contain GET parameter key/value pairs, which will be +appended to the URI in standard fashion. =cut