Skip to content

Commit 5f94906

Browse files
skajioalders
authored andcommitted
use HTTP::Tiny 0.042+ for IPv6 support
1 parent e11ec42 commit 5f94906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/url.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Test::More 0.98;
66
use Config;
77
use HTTP::Daemon;
88
use HTTP::Response;
9-
use HTTP::Tiny;
9+
use HTTP::Tiny 0.042;
1010

1111
my $can_fork
1212
= $Config{d_fork}

0 commit comments

Comments
 (0)