]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/nntpd.t
fixup Plack-related requires
[public-inbox.git] / t / nntpd.t
index f6f71a220e0d2c47b1a17028b584d8bdb51e4986..d8c2e7b305f4563aefea6e3ab32885a51c89c1b5 100644 (file)
--- a/t/nntpd.t
+++ b/t/nntpd.t
@@ -17,7 +17,6 @@ use Socket qw(SO_KEEPALIVE IPPROTO_TCP TCP_NODELAY);
 use File::Temp qw/tempdir/;
 use Net::NNTP;
 use IPC::Run qw(run);
-use Data::Dumper;
 
 my $tmpdir = tempdir(CLEANUP => 1);
 my $home = "$tmpdir/pi-home";