Skip to content

Commit 161ef4b

Browse files
committed
v6.31
- Fix test writing to files (GH#156) (Michal Josef Špaček)
1 parent 55b0049 commit 161ef4b

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
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.31 2021-05-11 18:07:37Z
44
- Fix test writing to files (GH#156) (Michal Josef Špaček)
55

66
6.30 2021-05-10 14:55:55Z

META.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
"x_IRC" : "irc://irc.perl.org/#lwp",
108108
"x_MailingList" : "mailto:[email protected]"
109109
},
110-
"version" : "6.30",
110+
"version" : "6.31",
111111
"x_Dist_Zilla" : {
112112
"perl" : {
113-
"version" : "5.030003"
113+
"version" : "5.030002"
114114
},
115115
"plugins" : [
116116
{
@@ -240,7 +240,7 @@
240240
}
241241
},
242242
"name" : "@Author::OALDERS/InstallGuide",
243-
"version" : "1.200013"
243+
"version" : "1.200014"
244244
},
245245
{
246246
"class" : "Dist::Zilla::Plugin::ExecDir",
@@ -614,7 +614,7 @@
614614
"branch" : null,
615615
"changelog" : "Changes",
616616
"signed" : 0,
617-
"tag" : "v6.30",
617+
"tag" : "v6.31",
618618
"tag_format" : "v%V",
619619
"tag_message" : "v%V"
620620
},
@@ -849,6 +849,7 @@
849849
"Matthew Chae <[email protected]>",
850850
"Max Maischein <[email protected]>",
851851
"Michael Schout <[email protected]>",
852+
"Michal Josef \u0160pa\u010dek <[email protected]>",
852853
"Mickey Nasriachi <[email protected]>",
853854
"Mike Schilli <[email protected]>",
854855
"murphy <[email protected]>",
@@ -888,8 +889,8 @@
888889
"Zakariyya Mughal <[email protected]>",
889890
"Zefram <[email protected]>"
890891
],
891-
"x_generated_by_perl" : "v5.30.3",
892-
"x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
892+
"x_generated_by_perl" : "v5.30.2",
893+
"x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
893894
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
894895
"x_static_install" : 1
895896
}

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.30
7+
version 6.31
88

99
# SYNOPSIS
1010

0 commit comments

Comments
 (0)