X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FWeb%2FSimple.pm;h=134c7aedc4dae62d27bb98834ae23caaad20debd;hb=6f0e017fa30d4f1414f883acdc4d7a824a32c93b;hp=8685d3990d5710fe82ecc6c70ccdb546f4d3fb02;hpb=50e4587ff23f3585f46188bc3fc73e935fd78f95;p=catagits%2FWeb-Simple.git diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 8685d39..134c7ae 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -526,7 +526,9 @@ The param spec is elements of one of the following forms: separated by the C<&> character. The arguments added to the request are one per non-C<:>/C<*> parameter (scalar for normal, arrayref for multiple), -plus if any C<:>/C<*> specs exist a hashref containing those values. +plus if any C<:>/C<*> specs exist a hashref containing those values. If a +parameter has no value, i.e. appears as '?foo&', a value of 1 will be +captured. Please note that if you specify a multiple type parameter match, you are ensured of getting an arrayref for the value, EVEN if the current incoming