From 2f656efc39d21173a4d47c23434edfe48d200d6d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 28 Feb 2016 11:28:31 +0000 Subject: t/: remove unnecessary Dumper use No point in loading Data::Dumper if we do not use it in the tests. --- t/nntpd.t | 1 - t/search.t | 1 - 2 files changed, 2 deletions(-) (limited to 't') 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"; diff --git a/t/search.t b/t/search.t index cd7048fd..3ec3f304 100644 --- a/t/search.t +++ b/t/search.t @@ -7,7 +7,6 @@ eval { require PublicInbox::SearchIdx; }; plan skip_all => "Xapian missing for search" if $@; use File::Temp qw/tempdir/; use Email::MIME; -use Data::Dumper; my $tmpdir = tempdir(CLEANUP => 1); my $git_dir = "$tmpdir/a.git"; my ($root_id, $last_id); -- cgit v1.2.3-24-ge0c7