We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587570e commit cf988f3Copy full SHA for cf988f3
lib/HTTP/Cookies.pm
@@ -652,8 +652,8 @@ knows about.
652
Cookies are a general mechanism which server side connections can use
653
to both store and retrieve information on the client side of the
654
connection. For more information about cookies refer to
655
-<URL:http://curl.haxx.se/rfc/cookie_spec.html> and
656
-<URL:http://www.cookiecentral.com/>. This module also implements the
+L<Cookie Spec|http://curl.haxx.se/rfc/cookie_spec.html> and
+L<Cookie Central|http://www.cookiecentral.com>. This module also implements the
657
new style cookies described in L<RFC 2965|https://tools.ietf.org/html/rfc2965>.
658
The two variants of cookies are supposed to be able to coexist happily.
659
0 commit comments