]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/: remove unnecessary Dumper use
authorEric Wong <e@80x24.org>
Sun, 28 Feb 2016 11:28:31 +0000 (11:28 +0000)
committerEric Wong <e@80x24.org>
Sun, 28 Feb 2016 11:30:29 +0000 (11:30 +0000)
No point in loading Data::Dumper if we do not use it
in the tests.

t/nntpd.t
t/search.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";
index cd7048fda2e6b03af416608c8fc7404eab8dea11..3ec3f304d99644f86315ba744b48920ae74f881d 100644 (file)
@@ -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);