From 46835d34029c92a2da886e5d0c17ec83cf86a209 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 14 May 2019 03:32:00 +0000 Subject: tests: remove unnecessary loading of ::DS and Socket PublicInbox::DS works for every platform we we care about, nowadays; so checking for it is a waste of time. Cleanup a few POSIX and Socket imports while we're in the area. --- t/v2mirror.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/v2mirror.t') diff --git a/t/v2mirror.t b/t/v2mirror.t index eaf9e61d..441e36d7 100644 --- a/t/v2mirror.t +++ b/t/v2mirror.t @@ -7,7 +7,7 @@ require './t/common.perl'; require_git(2.6); # Integration tests for HTTP cloning + mirroring -foreach my $mod (qw(Plack::Util Plack::Builder PublicInbox::DS +foreach my $mod (qw(Plack::Util Plack::Builder HTTP::Date HTTP::Status Search::Xapian DBD::SQLite IPC::Run)) { eval "require $mod"; -- cgit v1.2.3-24-ge0c7