Skip to content

Commit ee75b3f

Browse files
committed
v6.36
- Fix examples in HTTP::Request::Common synopsis: HTTP::Request::Common does not put headers in an arrayref, unlike HTTP::Request (GH#170) (Karen Etheridge) - Update to contributing information (GH#171) (Håkon Hægland)
1 parent 3b5c83b commit ee75b3f

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

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.36 2022-01-05 14:39:42Z
44
- Fix examples in HTTP::Request::Common synopsis: HTTP::Request::Common
55
does not put headers in an arrayref, unlike HTTP::Request (GH#170) (Karen
66
Etheridge)

META.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"x_IRC" : "irc://irc.perl.org/#lwp",
109109
"x_MailingList" : "mailto:libwww@perl.org"
110110
},
111-
"version" : "6.35",
111+
"version" : "6.36",
112112
"x_Dist_Zilla" : {
113113
"perl" : {
114114
"version" : "5.030002"
@@ -478,7 +478,7 @@
478478
"changelog" : "Changes"
479479
},
480480
"Dist::Zilla::Role::Git::Repo" : {
481-
"git_version" : "2.33.1",
481+
"git_version" : "2.34.1",
482482
"repo_root" : "."
483483
}
484484
},
@@ -489,7 +489,7 @@
489489
"class" : "Dist::Zilla::Plugin::Git::Contributors",
490490
"config" : {
491491
"Dist::Zilla::Plugin::Git::Contributors" : {
492-
"git_version" : "2.33.1",
492+
"git_version" : "2.34.1",
493493
"include_authors" : 0,
494494
"include_releaser" : 1,
495495
"order_by" : "name",
@@ -598,7 +598,7 @@
598598
"changelog" : "Changes"
599599
},
600600
"Dist::Zilla::Role::Git::Repo" : {
601-
"git_version" : "2.33.1",
601+
"git_version" : "2.34.1",
602602
"repo_root" : "."
603603
},
604604
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -615,12 +615,12 @@
615615
"branch" : null,
616616
"changelog" : "Changes",
617617
"signed" : 0,
618-
"tag" : "v6.35",
618+
"tag" : "v6.36",
619619
"tag_format" : "v%V",
620620
"tag_message" : "v%V"
621621
},
622622
"Dist::Zilla::Role::Git::Repo" : {
623-
"git_version" : "2.33.1",
623+
"git_version" : "2.34.1",
624624
"repo_root" : "."
625625
},
626626
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -671,7 +671,7 @@
671671
"changelog" : "Changes"
672672
},
673673
"Dist::Zilla::Role::Git::Repo" : {
674-
"git_version" : "2.33.1",
674+
"git_version" : "2.34.1",
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.33.1",
694+
"git_version" : "2.34.1",
695695
"repo_root" : "."
696696
}
697697
},
@@ -836,6 +836,7 @@
836836
"Gisle Aas <gisle@aas.no>",
837837
"Graeme Thompson <Graeme.Thompson@mobilecohesion.com>",
838838
"Graham Knop <haarg@haarg.org>",
839+
"H\u00e5kon H\u00e6gland <hakon.hagland@gmail.com>",
839840
"Hans-H. Froehlich <hfroehlich@co-de-co.de>",
840841
"Ian Kilgore <iank@cpan.org>",
841842
"Jacob J <waif@chaos2.org>",

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.35
7+
version 6.36
88

99
# SYNOPSIS
1010

0 commit comments

Comments
 (0)