update C::Req docs to reflect that args get automatically URI-unescaped
Rafael Kitover [Tue, 26 May 2009 16:07:16 +0000 (16:07 +0000)]
lib/Catalyst/Request.pm

index 87b2012..dd1ce9c 100644 (file)
@@ -219,8 +219,7 @@ For example, if your action was
 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