X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fpsgi_attach.t;h=885a31bf89f09c40e99c4eaf9803c70ca5463c53;hb=69329215485cf2ab9d8cd1fa7faf65d8ec42dc0b;hp=ef116c6af13f63fab9368ea91ed13ac2b39da5c0;hpb=d6cdb106f27abed5d05da035c95e106939fbe3b2;p=public-inbox.git diff --git a/t/psgi_attach.t b/t/psgi_attach.t index ef116c6a..885a31bf 100644 --- a/t/psgi_attach.t +++ b/t/psgi_attach.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -9,7 +9,7 @@ my $tmpdir = tempdir('psgi-attach-XXXXXX', TMPDIR => 1, CLEANUP => 1); my $maindir = "$tmpdir/main.git"; my $addr = 'test-public@example.com'; my $cfgpfx = "publicinbox.test"; -my @mods = qw(HTTP::Request::Common Plack::Request Plack::Test 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 $@;