X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fplack.t;h=1d624589e810f63b24f927efb616aaa32da9c3ee;hb=172416d1cd465da4242cc744a3f309d307f1311d;hp=608afb9e8471804b72cda674f691a902a0bc991b;hpb=9d1e5fadd7d18f4c96ab0509d673040e34225a04;p=public-inbox.git 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 $@;