From 172416d1cd465da4242cc744a3f309d307f1311d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 5 Oct 2016 23:47:17 +0000 Subject: thread: remove Mail::Thread dependency Introduce our own SearchThread class for threading messages. This should allow us to specialize and optimize away objects in future commits. --- t/plack.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't') 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 $@; -- cgit v1.2.3-24-ge0c7