Skip to content

Commit 8ff349c

Browse files
skajioalders
authored andcommitted
require IO::Socket::IP 0.25 so that HTTP::Tiny uses it
1 parent 9a91c47 commit 8ff349c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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+
- Require IO::Socket::IP 0.25 so that HTTP::Tiny uses it (GH#45) (Shoichi Kaji)
45

56
6.08 2020-05-22 15:26:00Z (TRIAL RELEASE)
67
- In t/chunked.t, leave choosing IP address family to IO::Socket::IP (GH#42) (Shoichi Kaji)

t/url.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use Config;
77
use HTTP::Daemon;
88
use HTTP::Response;
99
use HTTP::Tiny 0.042;
10+
use IO::Socket::IP 0.25;
1011

1112
my $can_fork
1213
= $Config{d_fork}

0 commit comments

Comments
 (0)