Skip to content

Commit a2766f4

Browse files
committed
v6.10
1 parent e10d6be commit a2766f4

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

META.json

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"requires" : {
3131
"Pod::Coverage::TrustPod" : "0",
3232
"Test::CPAN::Changes" : "0.19",
33-
"Test::Code::TidyAll" : "0.50",
3433
"Test::EOL" : "0",
3534
"Test::Mojibake" : "0",
3635
"Test::More" : "0.96",
@@ -79,10 +78,10 @@
7978
"web" : "https://github.com/libwww-perl/HTTP-Cookies"
8079
}
8180
},
82-
"version" : "6.09",
81+
"version" : "6.10",
8382
"x_Dist_Zilla" : {
8483
"perl" : {
85-
"version" : "5.030002"
84+
"version" : "5.030003"
8685
},
8786
"plugins" : [
8887
{
@@ -148,11 +147,6 @@
148147
"name" : "@Author::OALDERS/stale modules, release",
149148
"version" : "0.057"
150149
},
151-
{
152-
"class" : "Dist::Zilla::Plugin::OALDERS::TidyAll",
153-
"name" : "@Author::OALDERS/OALDERS::TidyAll",
154-
"version" : "0.000029"
155-
},
156150
{
157151
"class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
158152
"name" : "@Author::OALDERS/CheckChangesHasContent",
@@ -290,11 +284,6 @@
290284
"name" : "@Author::OALDERS/Test::ReportPrereqs",
291285
"version" : "0.028"
292286
},
293-
{
294-
"class" : "Dist::Zilla::Plugin::Test::TidyAll",
295-
"name" : "@Author::OALDERS/Test::TidyAll",
296-
"version" : "0.04"
297-
},
298287
{
299288
"class" : "Dist::Zilla::Plugin::Test::Version",
300289
"name" : "@Author::OALDERS/Test::Version",
@@ -499,7 +488,7 @@
499488
}
500489
},
501490
"name" : "@Author::OALDERS/Git::Contributors",
502-
"version" : "0.035"
491+
"version" : "0.036"
503492
},
504493
{
505494
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
@@ -617,7 +606,7 @@
617606
"branch" : null,
618607
"changelog" : "Changes",
619608
"signed" : 0,
620-
"tag" : "v6.09",
609+
"tag" : "v6.10",
621610
"tag_format" : "v%V",
622611
"tag_message" : "v%V"
623612
},
@@ -818,10 +807,12 @@
818807
"Philip J. Ludlam <[email protected]>",
819808
"phrstbrn <[email protected]>",
820809
"Robert Stone <[email protected]>",
810+
"robnagler <[email protected]>",
821811
"Rolf Grossmann <[email protected]>",
822812
823813
"sasao <[email protected]>",
824814
"Sean M. Burke <[email protected]>",
815+
"simbabque <[email protected]>",
825816
"Slaven Rezic <[email protected]>",
826817
"Spiros Denaxas <[email protected]>",
827818
"Steve Hay <[email protected]>",
@@ -833,7 +824,7 @@
833824
"Yuri Karaban <[email protected]>",
834825
"Zefram <[email protected]>"
835826
],
836-
"x_generated_by_perl" : "v5.30.2",
827+
"x_generated_by_perl" : "v5.30.3",
837828
"x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
838829
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
839830
"x_static_install" : 0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HTTP::Cookies - HTTP cookie jars
44

55
# VERSION
66

7-
version 6.09
7+
version 6.10
88

99
# SYNOPSIS
1010

cpanfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ on 'configure' => sub {
3030
on 'develop' => sub {
3131
requires "Pod::Coverage::TrustPod" => "0";
3232
requires "Test::CPAN::Changes" => "0.19";
33-
requires "Test::Code::TidyAll" => "0.50";
3433
requires "Test::EOL" => "0";
3534
requires "Test::Mojibake" => "0";
3635
requires "Test::More" => "0.96";

0 commit comments

Comments
 (0)