about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-10-05 23:47:17 +0000
committerEric Wong <e@80x24.org>2016-10-05 23:52:07 +0000
commit172416d1cd465da4242cc744a3f309d307f1311d (patch)
tree99800009e9a7707536978338e862091bfb6823ff /t
parent08913d1b05e32a7415cbe8afc3c229d108817de8 (diff)
downloadpublic-inbox-172416d1cd465da4242cc744a3f309d307f1311d.tar.gz
Introduce our own SearchThread class for threading messages.
This should allow us to specialize and optimize away objects
in future commits.
Diffstat (limited to 't')
-rw-r--r--t/plack.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/plack.t b/t/plack.t
index 608afb9e..1d624589 100644
--- a/t/plack.t
+++ b/t/plack.t
@@ -11,8 +11,7 @@ my $pi_config = "$tmpdir/config";
 my $maindir = "$tmpdir/main.git";
 my $addr = 'test-public@example.com';
 my $cfgpfx = "publicinbox.test";
-my @mods = qw(HTTP::Request::Common Plack::Test
-        Mail::Thread URI::Escape);
+my @mods = qw(HTTP::Request::Common Plack::Test URI::Escape);
 foreach my $mod (@mods) {
         eval "require $mod";
         plan skip_all => "$mod missing for plack.t" if $@;