X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;h=487787a9fdbe76b3e66e7aef6a80d0884f8fe0af;hb=59051400675390bde280ae6dc6cf500c7bd340cf;hp=ac230c16baaa6758f5f0080d2666caa8a14ec750;hpb=02336198551ec2d7edfa74911919b8804bfc69c8;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index ac230c1..487787a 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -8,10 +8,6 @@ In older versions of Catalyst one could construct a L with a fragment (such https://localhost/foo/bar#fragment) by using a '#' in the path or final argument, for example: - $c->uri_for('/mypath#fragment'); - -or: - $c->uri_for($action, 'foo#fragment'); This behavior was never documented and would break if using the Unicode plugin, or when @@ -39,7 +35,7 @@ delimiter, which is going to be a breaking change for you. You need to alter yo to match the new specification or modify uri_for for your local case. Patches to solve this are very welcomed, as long as they don't break existing test cases. -B If you are using the alternative: +B If you are using the string form of the first argument: $c->uri_for('/foo/bar#baz')