about summary refs log tree commit homepage
path: root/t/www_listing.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-09-02 04:51:31 +0000
committerEric Wong <e@80x24.org>2019-09-09 01:59:23 +0000
commit7f3f4923ec711ec97a1204ec2c080e219f50ff3b (patch)
tree0f15ed7624754eda339fc31d8889ba1407e0241c /t/www_listing.t
parent16d96f80e55d3f40338101ee8641e03f3b4f2d64 (diff)
downloadpublic-inbox-7f3f4923ec711ec97a1204ec2c080e219f50ff3b.tar.gz
IO::Socket::INET->new is rather verbose with the options hash,
extract it into a standalone sub
Diffstat (limited to 't/www_listing.t')
-rw-r--r--t/www_listing.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/www_listing.t b/t/www_listing.t
index a5d81f38..990233c8 100644
--- a/t/www_listing.t
+++ b/t/www_listing.t
@@ -72,7 +72,6 @@ SKIP: {
         my $cfgfile = "$tmpdir/config";
         my $v2 = "$tmpdir/v2";
         my $httpd = 'blib/script/public-inbox-httpd';
-        use IO::Socket::INET;
         my $sock = tcp_server();
         ok($sock, 'sock created');
         my ($host, $port) = ($sock->sockhost, $sock->sockport);