From: Jonathan Rockway Date: Fri, 19 Oct 2007 05:00:58 +0000 (+0000) Subject: note in the docs that query_params is an alias for query_paramaters (fixes 03podcoverage) X-Git-Tag: 5.7099_04~118 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=def54ce2fbb6fe6a2c0e40e6866307f0e31bfa15 note in the docs that query_params is an alias for query_paramaters (fixes 03podcoverage) --- diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index e370983..a3ecc6a 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -403,6 +403,8 @@ Returns the protocol (HTTP/1.0 or HTTP/1.1) used for the current request. =head2 $req->query_parameters +=head2 $req->query_params + Returns a reference to a hash containing query string (GET) parameters. Values can be either a scalar or an arrayref containing scalars.