chiark / gitweb /
Docs: Clarify url_with_query_params $params
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 27 Oct 2015 18:47:10 +0000 (18:47 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 27 Oct 2015 18:47:11 +0000 (18:47 +0000)
It doesn't want CAF-specific parameters: it will put those in for
itself.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
caf.pod

diff --git a/caf.pod b/caf.pod
index 4277923aa9603f782c7a643aaa358d3d9cccdbe6..90b15dbd4d3d5dc4d365d24488f94a21340d133e 100644 (file)
--- a/caf.pod
+++ b/caf.pod
@@ -420,7 +420,8 @@ C<check_mutate>.
 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