File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for HTTP-Cookies. The HTTP::Cookies module used to be bundled
2
2
with the libwww-perl distribution.
3
3
4
+ {{$NEXT}}
5
+
4
6
6.09 2020-11-19 22:20:47Z
5
7
- Allow HttpOnly cookies to be loaded by HTTP::Cookies::Netscape (GH#63)
6
8
(Charlie Hothersall-Thomas)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
33
33
" URI" => 0,
34
34
" warnings" => 0
35
35
},
36
- " VERSION" => " 6.09 " ,
36
+ " VERSION" => " 6.10 " ,
37
37
" test" => {
38
38
" TESTS" => " t/*.t"
39
39
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use HTTP::Date qw(str2time parse_date time2str);
5
5
use HTTP::Headers::Util qw( _split_header_words join_header_words) ;
6
6
7
7
our $EPOCH_OFFSET ;
8
- our $VERSION = ' 6.09 ' ;
8
+ our $VERSION = ' 6.10 ' ;
9
9
10
10
# Legacy: because "use "HTTP::Cookies" used be the ONLY way
11
11
# to load the class HTTP::Cookies::Netscape.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTTP::Cookies::Microsoft;
2
2
3
3
use strict;
4
4
5
- our $VERSION = ' 6.09 ' ;
5
+ our $VERSION = ' 6.10 ' ;
6
6
7
7
require HTTP::Cookies;
8
8
our @ISA =qw( HTTP::Cookies) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTTP::Cookies::Netscape;
2
2
3
3
use strict;
4
4
5
- our $VERSION = ' 6.09 ' ;
5
+ our $VERSION = ' 6.10 ' ;
6
6
7
7
require HTTP::Cookies;
8
8
our @ISA =qw( HTTP::Cookies) ;
You can’t perform that action at this time.
0 commit comments