From aeb1f1754f92b680066a8b981af946510969fa6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Thu, 22 Jan 2026 10:38:07 +0100 Subject: [PATCH] Improve information about return value in get_cookies() documentation --- lib/HTTP/Cookies.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/HTTP/Cookies.pm b/lib/HTTP/Cookies.pm index cc51e106..09db1d3c 100644 --- a/lib/HTTP/Cookies.pm +++ b/lib/HTTP/Cookies.pm @@ -757,7 +757,7 @@ Future parameters might include (not yet implemented): =item $cookie_jar->get_cookies( $url_or_domain, $cookie_key,... ) -Returns a hash of the cookies that applies to the given URL. If a +Returns a reference to hash of the cookies that applies to the given URL. If a domainname is given as argument, then a prefix of "https://" is assumed. If one or more $cookie_key parameters are provided return the given values,