[Catalyst-commits] r10294 - Catalyst-Runtime/5.80/branches/decode-chained-args/lib/Catalyst

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Tue May 26 16:07:17 GMT 2009


Author: caelum
Date: 2009-05-26 16:07:16 +0000 (Tue, 26 May 2009)
New Revision: 10294

Modified:
   Catalyst-Runtime/5.80/branches/decode-chained-args/lib/Catalyst/Request.pm
Log:
update C::Req docs to reflect that args get automatically URI-unescaped

Modified: Catalyst-Runtime/5.80/branches/decode-chained-args/lib/Catalyst/Request.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/decode-chained-args/lib/Catalyst/Request.pm	2009-05-26 15:52:37 UTC (rev 10293)
+++ Catalyst-Runtime/5.80/branches/decode-chained-args/lib/Catalyst/Request.pm	2009-05-26 16:07:16 UTC (rev 10294)
@@ -219,8 +219,7 @@
 and the URI for the request was C<http://.../foo/moose/bah>, the string C<bah>
 would be the first and only argument.
 
-Arguments just get passed through and B<don't> get unescaped automatically, so
-you should do that explicitly.
+Arguments get automatically URI-unescaped for you.
 
 =head2 $req->args
 




More information about the Catalyst-commits mailing list