From: Ian Jackson Date: Thu, 28 Mar 2013 19:50:01 +0000 (+0000) Subject: docs: more work X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=cgi-auth-flexible.git;a=commitdiff_plain;h=3cb3245f8f64fddad331c05c1b9f87d063191ecf docs: more work --- diff --git a/caf.pod b/caf.pod index 1308700..b0fb8d4 100644 --- a/caf.pod +++ b/caf.pod @@ -464,9 +464,9 @@ yourself (and indeed you must do so if you use C). =item C<< $authreq->chain_params() >> Returns a hash of the "relevant" parameters to this request, in a form -used by XXX. This is all of the query parameters which are not -related to CGI::Auth::Flexible. The PATH_INFO from the request is -returned as the parameter C<< '' >>. +used by C. This is all of the query parameters +which are not related to CGI::Auth::Flexible. The PATH_INFO from the +request is returned as the parameter C<< '' >>. xxx why use this function