Skip to content

Commit f9ccb8e

Browse files
committed
v6.09
- Allow HttpOnly cookies to be loaded by HTTP::Cookies::Netscape (GH#63) (Charlie Hothersall-Thomas)
1 parent 1901716 commit f9ccb8e

File tree

6 files changed

+87
-77
lines changed

6 files changed

+87
-77
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Revision history for HTTP-Cookies. The HTTP::Cookies module used to be bundled
22
with the libwww-perl distribution.
33

4-
{{$NEXT}}
4+
6.09 2020-11-19 22:20:47Z
55
- Allow HttpOnly cookies to be loaded by HTTP::Cookies::Netscape (GH#63)
66
(Charlie Hothersall-Thomas)
77

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This software is copyright (c) 2002-2019 by Gisle Aas.
1+
This software is copyright (c) 2002 by Gisle Aas.
22

33
This is free software; you can redistribute it and/or modify it under
44
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
1212

1313
--- The GNU General Public License, Version 1, February 1989 ---
1414

15-
This software is Copyright (c) 2002-2019 by Gisle Aas.
15+
This software is Copyright (c) 2002 by Gisle Aas.
1616

1717
This is free software, licensed under:
1818

@@ -272,7 +272,7 @@ That's all there is to it!
272272

273273
--- The Artistic License 1.0 ---
274274

275-
This software is Copyright (c) 2002-2019 by Gisle Aas.
275+
This software is Copyright (c) 2002 by Gisle Aas.
276276

277277
This is free software, licensed under:
278278

0 commit comments

Comments
 (0)