Skip to content

Commit 7a7a268

Browse files
committed
v6.28
- fix warnings during HTTP::Config->match #62 (GH#152) (Viťas Strádal)
1 parent 9b9d67d commit 7a7a268

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
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.28 2021-02-19 16:22:13Z
44
- fix warnings during HTTP::Config->match #62 (GH#152) (Viťas Strádal)
55

66
6.27 2021-01-05 03:02:01Z

META.json

Lines changed: 12 additions & 11 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.27",
108+
"version" : "6.28",
109109
"x_Dist_Zilla" : {
110110
"perl" : {
111-
"version" : "5.030002"
111+
"version" : "5.030003"
112112
},
113113
"plugins" : [
114114
{
@@ -233,7 +233,7 @@
233233
"class" : "Dist::Zilla::Plugin::InstallGuide",
234234
"config" : {
235235
"Dist::Zilla::Role::ModuleMetadata" : {
236-
"Module::Metadata" : "1.000036",
236+
"Module::Metadata" : "1.000037",
237237
"version" : "0.006"
238238
}
239239
},
@@ -475,7 +475,7 @@
475475
"changelog" : "Changes"
476476
},
477477
"Dist::Zilla::Role::Git::Repo" : {
478-
"git_version" : "2.28.0",
478+
"git_version" : "2.30.1",
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.28.0",
489+
"git_version" : "2.30.1",
490490
"include_authors" : 0,
491491
"include_releaser" : 1,
492492
"order_by" : "name",
@@ -595,7 +595,7 @@
595595
"changelog" : "Changes"
596596
},
597597
"Dist::Zilla::Role::Git::Repo" : {
598-
"git_version" : "2.28.0",
598+
"git_version" : "2.30.1",
599599
"repo_root" : "."
600600
},
601601
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -612,12 +612,12 @@
612612
"branch" : null,
613613
"changelog" : "Changes",
614614
"signed" : 0,
615-
"tag" : "v6.27",
615+
"tag" : "v6.28",
616616
"tag_format" : "v%V",
617617
"tag_message" : "v%V"
618618
},
619619
"Dist::Zilla::Role::Git::Repo" : {
620-
"git_version" : "2.28.0",
620+
"git_version" : "2.30.1",
621621
"repo_root" : "."
622622
},
623623
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -668,7 +668,7 @@
668668
"changelog" : "Changes"
669669
},
670670
"Dist::Zilla::Role::Git::Repo" : {
671-
"git_version" : "2.28.0",
671+
"git_version" : "2.30.1",
672672
"repo_root" : "."
673673
},
674674
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -688,7 +688,7 @@
688688
"remotes_must_exist" : 1
689689
},
690690
"Dist::Zilla::Role::Git::Repo" : {
691-
"git_version" : "2.28.0",
691+
"git_version" : "2.30.1",
692692
"repo_root" : "."
693693
}
694694
},
@@ -878,12 +878,13 @@
878878
"Toru Yamaguchi <[email protected]>",
879879
"uid39246 <uid39246>",
880880
"Ville Skytt\u00e4 <[email protected]>",
881+
"V\u00edt Str\u00e1dal <[email protected]>",
881882
"William Storey <[email protected]>",
882883
"Yuri Karaban <[email protected]>",
883884
"Zakariyya Mughal <[email protected]>",
884885
"Zefram <[email protected]>"
885886
],
886-
"x_generated_by_perl" : "v5.30.2",
887+
"x_generated_by_perl" : "v5.30.3",
887888
"x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
888889
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
889890
"x_static_install" : 1

README.md

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

55
# VERSION
66

7-
version 6.27
7+
version 6.28
88

99
# SYNOPSIS
1010

0 commit comments

Comments
 (0)