X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=b0d3c91b408df26de0b970803546587cdc5c8f5c;hb=8dc69021513026f14bf6920a289759b73ad1e29f;hp=bfe50dd81c147451b4a4bfa9c3e6cbbf976f1697;hpb=0ce485e9e71b37bbe5a35d09f795535e9e231394;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index bfe50dd..b0d3c91 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -920,6 +920,9 @@ If the last argument to C is a hash reference, it is assumed to contain GET parameter key/value pairs, which will be appended to the URI in standard fashion. +Note that uri_for is destructive to the passed hashref. Subsequent calls +with the same hashref may have unintended results. + Instead of C<$path>, you can also optionally pass a C<$action> object which will be resolved to a path using C<< $c->dispatcher->uri_for_action >>; if the first element of