Skip to content

Commit 0a63c40

Browse files
committed
Bump minimum IO::Socket::IP version to 0.32
Fixes #49 The following error is fixed: $ .../perl-5.20.2/bin/perl -Mblib t/url.t url: http://[::1]:13381/ 599 Internal Exception Could not connect to '[::1]:13381': IO::Socket::INET: Bad hostname '[::1]' As explained by @DrHyde: "IO::Socket::IP only went into core in 5.19.8, and 0.32 was in 5.21.4, so aside from dev releases, only 5.20.x are affected by this."
1 parent 0d09a33 commit 0a63c40

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for HTTP-Daemon
22

33
{{$NEXT}}
4+
- Bump minimum IO::Socket::IP version to 0.32 (GH#50) (Olaf Alders)
45

56
6.12 2020-06-04 16:01:31Z
67
- No changes since TRIAL release 6.11

dist.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ HTTP::Request = 6
2929
HTTP::Response = 6
3030
HTTP::Status = 6
3131
HTTP::Date = 6
32+
IO::Socket::IP = 0.32
3233
LWP::MediaTypes = 6
3334

3435
[Prereqs/DevelopRequires]

0 commit comments

Comments
 (0)