Commit 0a63c40
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
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments