about summary refs log tree commit homepage
path: root/t/nntpd.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-28 11:28:31 +0000
committerEric Wong <e@80x24.org>2016-02-28 11:30:29 +0000
commit2f656efc39d21173a4d47c23434edfe48d200d6d (patch)
treef06aceada6140193948bfa4619fb9b81a36a20e3 /t/nntpd.t
parent67c343d1e68fa3ce5fee888aac0b49839ccd358b (diff)
downloadpublic-inbox-2f656efc39d21173a4d47c23434edfe48d200d6d.tar.gz
No point in loading Data::Dumper if we do not use it
in the tests.
Diffstat (limited to 't/nntpd.t')
-rw-r--r--t/nntpd.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/nntpd.t b/t/nntpd.t
index f6f71a22..d8c2e7b3 100644
--- 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";