note in the docs that query_params is an alias for query_paramaters (fixes 03podcoverage)
Jonathan Rockway [Fri, 19 Oct 2007 05:00:58 +0000 (05:00 +0000)]
lib/Catalyst/Request.pm

index e370983..a3ecc6a 100644 (file)
@@ -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.