"Philip M. Gollucci" <[EMAIL PROTECTED]> writes:

> Index: Cookie.pm
> ===================================================================
> --- Cookie.pm   (revision 359541)
> +++ Cookie.pm   (working copy)
> @@ -40,7 +40,7 @@
>       my $jar = $req->jar or return;
>       $jar->cookie_class(__PACKAGE__);
>       return $jar->get(shift) if @_;
> -    return wantarray ? %$jar : $jar;
> +    return wantarray ? keys %$jar : $jar;
>   }
>
> I'm betting the code change is what we want here.

-1.  We need to fix cookies(), not fetch().  Patch cookies()
so it actually works as documented.

-- 
Joe Schaefer

Reply via email to