From 18a0a073c0e61b4159ffad1fd00db00a445c4156 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Oct 2015 18:47:10 +0000 Subject: [PATCH] Docs: Clarify url_with_query_params $params It doesn't want CAF-specific parameters: it will put those in for itself. Signed-off-by: Ian Jackson --- caf.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/caf.pod b/caf.pod index 4277923..90b15db 100644 --- a/caf.pod +++ b/caf.pod @@ -420,7 +420,8 @@ C. Convenience function which returns a url for a GET request to this application. -I<$params> is a hashref specifying the parameters and the PATH_INFO. +I<$params> is a hashref specifying the parameters and the PATH_INFO +(not including any parameters related to CGI::Auth::Flexible). The keys are the parameter names, and the values are array refs with the parameter value(s) (as strings, as yet unquoted). (They are array refs because it is possible to pass multiple values for the same -- 2.30.2