Skip to content

Commit d4ec12b

Browse files
committed
v6.21
- Accept PeerAddr of 0. (GH#72) (trwyant)
1 parent 45eaa46 commit d4ec12b

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Release history for {{$dist->name}}
1+
Release history for Net-HTTP
22

3-
{{$NEXT}}
3+
6.21 2021-03-18 21:56:42Z
44
- Accept PeerAddr of 0. (GH#72) (trwyant)
55

66
6.20 2021-01-08 16:22:23Z

META.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@
8989
"x_IRC" : "irc://irc.perl.org/#lwp",
9090
"x_MailingList" : "mailto:[email protected]"
9191
},
92-
"version" : "6.20",
92+
"version" : "6.21",
9393
"x_Dist_Zilla" : {
9494
"perl" : {
95-
"version" : "5.030003"
95+
"version" : "5.030002"
9696
},
9797
"plugins" : [
9898
{
@@ -450,7 +450,7 @@
450450
"changelog" : "Changes"
451451
},
452452
"Dist::Zilla::Role::Git::Repo" : {
453-
"git_version" : "2.30.0",
453+
"git_version" : "2.30.1",
454454
"repo_root" : "."
455455
}
456456
},
@@ -461,7 +461,7 @@
461461
"class" : "Dist::Zilla::Plugin::Git::Contributors",
462462
"config" : {
463463
"Dist::Zilla::Plugin::Git::Contributors" : {
464-
"git_version" : "2.30.0",
464+
"git_version" : "2.30.1",
465465
"include_authors" : 0,
466466
"include_releaser" : 1,
467467
"order_by" : "name",
@@ -559,7 +559,7 @@
559559
"changelog" : "Changes"
560560
},
561561
"Dist::Zilla::Role::Git::Repo" : {
562-
"git_version" : "2.30.0",
562+
"git_version" : "2.30.1",
563563
"repo_root" : "."
564564
},
565565
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -576,12 +576,12 @@
576576
"branch" : null,
577577
"changelog" : "Changes",
578578
"signed" : 0,
579-
"tag" : "v6.20",
579+
"tag" : "v6.21",
580580
"tag_format" : "v%V",
581581
"tag_message" : "v%V"
582582
},
583583
"Dist::Zilla::Role::Git::Repo" : {
584-
"git_version" : "2.30.0",
584+
"git_version" : "2.30.1",
585585
"repo_root" : "."
586586
},
587587
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -632,7 +632,7 @@
632632
"changelog" : "Changes"
633633
},
634634
"Dist::Zilla::Role::Git::Repo" : {
635-
"git_version" : "2.30.0",
635+
"git_version" : "2.30.1",
636636
"repo_root" : "."
637637
},
638638
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -652,7 +652,7 @@
652652
"remotes_must_exist" : 1
653653
},
654654
"Dist::Zilla::Role::Git::Repo" : {
655-
"git_version" : "2.30.0",
655+
"git_version" : "2.30.1",
656656
"repo_root" : "."
657657
}
658658
},
@@ -834,15 +834,16 @@
834834
"Steve Hay <[email protected]>",
835835
"Todd Lipcon <[email protected]>",
836836
"Tom Hukins <[email protected]>",
837+
"Tom Wyant <[email protected]>",
837838
"Tony Finch <[email protected]>",
838839
"Toru Yamaguchi <[email protected]>",
839840
"uid39246 <uid39246>",
840841
"Ville Skytt\u00e4 <[email protected]>",
841842
"Yuri Karaban <[email protected]>",
842843
"Zefram <[email protected]>"
843844
],
844-
"x_generated_by_perl" : "v5.30.3",
845-
"x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
845+
"x_generated_by_perl" : "v5.30.2",
846+
"x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
846847
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
847848
"x_static_install" : 1
848849
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Net::HTTP - Low-level HTTP connection (client)
44

55
# VERSION
66

7-
version 6.20
7+
version 6.21
88

99
# SYNOPSIS
1010

0 commit comments

Comments
 (0)