Skip to content

Commit 3f8465e

Browse files
committed
v6.06
- Make test pass in 2025 (GH#56) (Bernhard M. Wiedemann)
1 parent ba8d6dc commit 3f8465e

File tree

5 files changed

+55
-10
lines changed

5 files changed

+55
-10
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.06 2019-11-12 14:28:31Z
55
- Make test pass in 2025 (GH#56) (Bernhard M. Wiedemann)
66

77
6.05 2019-10-24 02:21:51Z

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-2017 by Gisle Aas.
1+
This software is copyright (c) 2002-2019 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-2017 by Gisle Aas.
15+
This software is Copyright (c) 2002-2019 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-2017 by Gisle Aas.
275+
This software is Copyright (c) 2002-2019 by Gisle Aas.
276276

277277
This is free software, licensed under:
278278

META.json

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@
3030
"requires" : {
3131
"Test::CPAN::Changes" : "0.19",
3232
"Test::Code::TidyAll" : "0.50",
33+
"Test::EOL" : "0",
34+
"Test::Mojibake" : "0",
3335
"Test::More" : "0.96",
3436
"Test::Pod" : "1.41",
37+
"Test::Portability::Files" : "0",
38+
"Test::Version" : "1",
3539
"warnings" : "0"
3640
}
3741
},
@@ -73,7 +77,7 @@
7377
"web" : "https://github.com/libwww-perl/HTTP-Cookies"
7478
}
7579
},
76-
"version" : "6.05",
80+
"version" : "6.06",
7781
"x_Dist_Zilla" : {
7882
"perl" : {
7983
"version" : "5.030000"
@@ -211,7 +215,7 @@
211215
"class" : "Dist::Zilla::Plugin::InstallGuide",
212216
"config" : {
213217
"Dist::Zilla::Role::ModuleMetadata" : {
214-
"Module::Metadata" : "1.000036",
218+
"Module::Metadata" : "1.000037",
215219
"version" : "0.006"
216220
}
217221
},
@@ -223,6 +227,11 @@
223227
"name" : "@Author::OALDERS/ExecDir",
224228
"version" : "6.012"
225229
},
230+
{
231+
"class" : "Dist::Zilla::Plugin::MojibakeTests",
232+
"name" : "@Author::OALDERS/MojibakeTests",
233+
"version" : "0.8"
234+
},
226235
{
227236
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
228237
"name" : "@Author::OALDERS/PodSyntaxTests",
@@ -238,6 +247,32 @@
238247
"name" : "@Author::OALDERS/Test::CPAN::Changes",
239248
"version" : "0.012"
240249
},
250+
{
251+
"class" : "Dist::Zilla::Plugin::Test::EOL",
252+
"config" : {
253+
"Dist::Zilla::Plugin::Test::EOL" : {
254+
"filename" : "xt/author/eol.t",
255+
"finder" : [
256+
":ExecFiles",
257+
":InstallModules",
258+
":TestFiles"
259+
],
260+
"trailing_whitespace" : 1
261+
}
262+
},
263+
"name" : "@Author::OALDERS/Test::EOL",
264+
"version" : "0.19"
265+
},
266+
{
267+
"class" : "Dist::Zilla::Plugin::Test::Portability",
268+
"config" : {
269+
"Dist::Zilla::Plugin::Test::Portability" : {
270+
"options" : ""
271+
}
272+
},
273+
"name" : "@Author::OALDERS/Test::Portability",
274+
"version" : "2.001000"
275+
},
241276
{
242277
"class" : "Dist::Zilla::Plugin::TestRelease",
243278
"name" : "@Author::OALDERS/TestRelease",
@@ -253,6 +288,11 @@
253288
"name" : "@Author::OALDERS/Test::TidyAll",
254289
"version" : "0.04"
255290
},
291+
{
292+
"class" : "Dist::Zilla::Plugin::Test::Version",
293+
"name" : "@Author::OALDERS/Test::Version",
294+
"version" : "1.09"
295+
},
256296
{
257297
"class" : "Dist::Zilla::Plugin::RunExtraTests",
258298
"config" : {
@@ -574,7 +614,7 @@
574614
"branch" : null,
575615
"changelog" : "Changes",
576616
"signed" : 0,
577-
"tag" : "v6.05",
617+
"tag" : "v6.06",
578618
"tag_format" : "v%V",
579619
"tag_message" : "v%V"
580620
},
@@ -739,6 +779,7 @@
739779
"Alex Peters <[email protected]>",
740780
"amire80 <[email protected]>",
741781
"Andreas J. Koenig <[email protected]>",
782+
"Bernhard M. Wiedemann <[email protected]>",
742783
"Bill Mann <[email protected]>",
743784
"Bron Gondwana <[email protected]>",
744785
"Chase Whitener <[email protected]>",

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HTTP::Cookies - HTTP cookie jars
66

77
# VERSION
88

9-
version 6.05
9+
version 6.06
1010

1111
# SYNOPSIS
1212

@@ -112,7 +112,7 @@ The following methods are provided:
112112
$path\_spec, $secure, $discard arguments are boolean values. The $maxage
113113
value is a number indicating number of seconds that this cookie will
114114
live. A value of $maxage <= 0 will delete this cookie. The $version argument
115-
sets the version of the cookie; the default value is 0 ( original Netscape
115+
sets the version of the cookie; the default value is 0 ( original Netscape
116116
spec ). Setting $version to another value indicates the RFC to which the
117117
cookie conforms (e.g. version 1 for RFC 2109). %rest defines various other
118118
attributes like "Comment" and "CommentURL".
@@ -197,7 +197,7 @@ Gisle Aas <[email protected]>
197197

198198
# COPYRIGHT AND LICENSE
199199

200-
This software is copyright (c) 2002-2017 by Gisle Aas.
200+
This software is copyright (c) 2002-2019 by Gisle Aas.
201201

202202
This is free software; you can redistribute it and/or modify it under
203203
the same terms as the Perl 5 programming language system itself.

cpanfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ on 'configure' => sub {
2727
on 'develop' => sub {
2828
requires "Test::CPAN::Changes" => "0.19";
2929
requires "Test::Code::TidyAll" => "0.50";
30+
requires "Test::EOL" => "0";
31+
requires "Test::Mojibake" => "0";
3032
requires "Test::More" => "0.96";
3133
requires "Test::Pod" => "1.41";
34+
requires "Test::Portability::Files" => "0";
35+
requires "Test::Version" => "1";
3236
requires "warnings" => "0";
3337
};

0 commit comments

Comments
 (0)