Skip to content

Commit cf988f3

Browse files
manwaroalders
authored andcommitted
- Fixed minor typo in the pod for HTTP::Cookies.
1 parent 587570e commit cf988f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/HTTP/Cookies.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,8 @@ knows about.
652652
Cookies are a general mechanism which server side connections can use
653653
to both store and retrieve information on the client side of the
654654
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
655+
L<Cookie Spec|http://curl.haxx.se/rfc/cookie_spec.html> and
656+
L<Cookie Central|http://www.cookiecentral.com>. This module also implements the
657657
new style cookies described in L<RFC 2965|https://tools.ietf.org/html/rfc2965>.
658658
The two variants of cookies are supposed to be able to coexist happily.
659659

0 commit comments

Comments
 (0)