Skip to content

Commit 0563d81

Browse files
committed
v6.26
- Update comment which explains in which RFC 451 is defined (GH#143) (Olaf Alders). Reported by Toby Inkster. - Fix HTTP status descriptions and add 425 Too Early (GH#145) (Dan Book)
1 parent 2eb2297 commit 0563d81

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for HTTP-Message
22

3-
{{$NEXT}}
3+
6.26 2020-09-10 02:34:25Z
44
- Update comment which explains in which RFC 451 is defined (GH#143) (Olaf
55
Alders). Reported by Toby Inkster.
66
- Fix HTTP status descriptions and add 425 Too Early (GH#145) (Dan Book)

META.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@
105105
"x_IRC" : "irc://irc.perl.org/#lwp",
106106
"x_MailingList" : "mailto:[email protected]"
107107
},
108-
"version" : "6.25",
108+
"version" : "6.26",
109109
"x_Dist_Zilla" : {
110110
"perl" : {
111-
"version" : "5.032000"
111+
"version" : "5.030002"
112112
},
113113
"plugins" : [
114114
{
@@ -178,7 +178,7 @@
178178
"class" : "Dist::Zilla::Plugin::MakeMaker",
179179
"config" : {
180180
"Dist::Zilla::Role::TestRunner" : {
181-
"default_jobs" : "6"
181+
"default_jobs" : "4"
182182
}
183183
},
184184
"name" : "@Author::OALDERS/MakeMaker",
@@ -233,7 +233,7 @@
233233
"class" : "Dist::Zilla::Plugin::InstallGuide",
234234
"config" : {
235235
"Dist::Zilla::Role::ModuleMetadata" : {
236-
"Module::Metadata" : "1.000037",
236+
"Module::Metadata" : "1.000036",
237237
"version" : "0.006"
238238
}
239239
},
@@ -283,7 +283,7 @@
283283
{
284284
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
285285
"name" : "@Author::OALDERS/Test::ReportPrereqs",
286-
"version" : "0.027"
286+
"version" : "0.028"
287287
},
288288
{
289289
"class" : "Dist::Zilla::Plugin::Test::Version",
@@ -294,7 +294,7 @@
294294
"class" : "Dist::Zilla::Plugin::RunExtraTests",
295295
"config" : {
296296
"Dist::Zilla::Role::TestRunner" : {
297-
"default_jobs" : "6"
297+
"default_jobs" : "4"
298298
}
299299
},
300300
"name" : "@Author::OALDERS/RunExtraTests",
@@ -452,7 +452,7 @@
452452
}
453453
},
454454
"name" : "@Author::OALDERS/CopyFilesFromRelease",
455-
"version" : "0.006"
455+
"version" : "0.007"
456456
},
457457
{
458458
"class" : "Dist::Zilla::Plugin::Git::Check",
@@ -475,7 +475,7 @@
475475
"changelog" : "Changes"
476476
},
477477
"Dist::Zilla::Role::Git::Repo" : {
478-
"git_version" : "2.25.0",
478+
"git_version" : "2.28.0",
479479
"repo_root" : "."
480480
}
481481
},
@@ -486,7 +486,7 @@
486486
"class" : "Dist::Zilla::Plugin::Git::Contributors",
487487
"config" : {
488488
"Dist::Zilla::Plugin::Git::Contributors" : {
489-
"git_version" : "2.25.0",
489+
"git_version" : "2.28.0",
490490
"include_authors" : 0,
491491
"include_releaser" : 1,
492492
"order_by" : "name",
@@ -575,7 +575,7 @@
575575
}
576576
},
577577
"name" : "@Author::OALDERS/@Git::VersionManager/CopyFilesFromRelease",
578-
"version" : "0.006"
578+
"version" : "0.007"
579579
},
580580
{
581581
"class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -599,7 +599,7 @@
599599
"changelog" : "Changes"
600600
},
601601
"Dist::Zilla::Role::Git::Repo" : {
602-
"git_version" : "2.25.0",
602+
"git_version" : "2.28.0",
603603
"repo_root" : "."
604604
},
605605
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -616,12 +616,12 @@
616616
"branch" : null,
617617
"changelog" : "Changes",
618618
"signed" : 0,
619-
"tag" : "v6.25",
619+
"tag" : "v6.26",
620620
"tag_format" : "v%V",
621621
"tag_message" : "v%V"
622622
},
623623
"Dist::Zilla::Role::Git::Repo" : {
624-
"git_version" : "2.25.0",
624+
"git_version" : "2.28.0",
625625
"repo_root" : "."
626626
},
627627
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -671,7 +671,7 @@
671671
"changelog" : "Changes"
672672
},
673673
"Dist::Zilla::Role::Git::Repo" : {
674-
"git_version" : "2.25.0",
674+
"git_version" : "2.28.0",
675675
"repo_root" : "."
676676
},
677677
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -691,7 +691,7 @@
691691
"remotes_must_exist" : 1
692692
},
693693
"Dist::Zilla::Role::Git::Repo" : {
694-
"git_version" : "2.25.0",
694+
"git_version" : "2.28.0",
695695
"repo_root" : "."
696696
}
697697
},
@@ -820,6 +820,7 @@
820820
"Chase Whitener <[email protected]>",
821821
"Christopher J. Madsen <[email protected]>",
822822
"chromatic <[email protected]>",
823+
"Dan Book <[email protected]>",
823824
"Daniel Hedlund <[email protected]>",
824825
"David E. Wheeler <[email protected]>",
825826
"DAVIDRW <[email protected]>",
@@ -884,7 +885,7 @@
884885
"Zakariyya Mughal <[email protected]>",
885886
"Zefram <[email protected]>"
886887
],
887-
"x_generated_by_perl" : "v5.32.0",
888+
"x_generated_by_perl" : "v5.30.2",
888889
"x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
889890
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
890891
"x_static_install" : 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HTTP::Message - HTTP style message (base class)
66

77
# VERSION
88

9-
version 6.25
9+
version 6.26
1010

1111
# SYNOPSIS
1212

0 commit comments

Comments
 (0)