Skip to content

Commit d53b75a

Browse files
committed
v6.38
- Replace "base" with "parent" (GH#176) (James Raspass) - Replace "print" with "note" in tests (GH#178) (James Raspass) - Noted that OPTIONS supported was added in 6.1, to the doc for HTTP::Request::Common. Addresses GH#177. (GH#179) (Neil Bowers)
1 parent 3f506af commit d53b75a

3 files changed

Lines changed: 13 additions & 11 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.38 2022-10-06 21:48:18Z
44
- Replace "base" with "parent" (GH#176) (James Raspass)
55
- Replace "print" with "note" in tests (GH#178) (James Raspass)
66
- Noted that OPTIONS supported was added in 6.1, to the doc

META.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"x_IRC" : "irc://irc.perl.org/#lwp",
116116
"x_MailingList" : "mailto:libwww@perl.org"
117117
},
118-
"version" : "6.37",
118+
"version" : "6.38",
119119
"x_Dist_Zilla" : {
120120
"perl" : {
121121
"version" : "5.036000"
@@ -278,7 +278,7 @@
278278
}
279279
},
280280
"name" : "@Author::OALDERS/Test::Portability",
281-
"version" : "2.001000"
281+
"version" : "2.001001"
282282
},
283283
{
284284
"class" : "Dist::Zilla::Plugin::TestRelease",
@@ -480,7 +480,7 @@
480480
"changelog" : "Changes"
481481
},
482482
"Dist::Zilla::Role::Git::Repo" : {
483-
"git_version" : "2.36.1",
483+
"git_version" : "2.38.0",
484484
"repo_root" : "."
485485
}
486486
},
@@ -491,7 +491,7 @@
491491
"class" : "Dist::Zilla::Plugin::Git::Contributors",
492492
"config" : {
493493
"Dist::Zilla::Plugin::Git::Contributors" : {
494-
"git_version" : "2.36.1",
494+
"git_version" : "2.38.0",
495495
"include_authors" : 0,
496496
"include_releaser" : 1,
497497
"order_by" : "name",
@@ -600,7 +600,7 @@
600600
"changelog" : "Changes"
601601
},
602602
"Dist::Zilla::Role::Git::Repo" : {
603-
"git_version" : "2.36.1",
603+
"git_version" : "2.38.0",
604604
"repo_root" : "."
605605
},
606606
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -617,12 +617,12 @@
617617
"branch" : null,
618618
"changelog" : "Changes",
619619
"signed" : 0,
620-
"tag" : "v6.37",
620+
"tag" : "v6.38",
621621
"tag_format" : "v%V",
622622
"tag_message" : "v%V"
623623
},
624624
"Dist::Zilla::Role::Git::Repo" : {
625-
"git_version" : "2.36.1",
625+
"git_version" : "2.38.0",
626626
"repo_root" : "."
627627
},
628628
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -673,7 +673,7 @@
673673
"changelog" : "Changes"
674674
},
675675
"Dist::Zilla::Role::Git::Repo" : {
676-
"git_version" : "2.36.1",
676+
"git_version" : "2.38.0",
677677
"repo_root" : "."
678678
},
679679
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -693,7 +693,7 @@
693693
"remotes_must_exist" : 1
694694
},
695695
"Dist::Zilla::Role::Git::Repo" : {
696-
"git_version" : "2.36.1",
696+
"git_version" : "2.38.0",
697697
"repo_root" : "."
698698
}
699699
},
@@ -862,6 +862,7 @@
862862
"Ian Kilgore <iank@cpan.org>",
863863
"Jacob J <waif@chaos2.org>",
864864
"Jakub Wilk <jwilk@jwilk.net>",
865+
"James Raspass <jraspass@gmail.com>",
865866
"jefflee <shaohua@gmail.com>",
866867
"Jerome Eteve <jerome@broadbean.com>",
867868
"john9art <john9art@yahoo.com>",
@@ -880,6 +881,7 @@
880881
"Mike Schilli <github@perlmeister.com>",
881882
"murphy <murphy@genome.chop.edu>",
882883
"nanto_vi, TOYAMA Nao <nanto@moon.email.ne.jp>",
884+
"Neil Bowers <neilb@neilb.org>",
883885
"Olaf Alders <olaf@wundersolutions.com>",
884886
"Olivier Mengu\u00e9 <dolmen@cpan.org>",
885887
"Ondrej Hanak <ondrej.hanak@ubs.com>",

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.37
7+
version 6.38
88

99
# SYNOPSIS
1010

0 commit comments

Comments
 (0)