X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fcgi.t;h=dc1c8b8a58bd6c09d289732c7f43c0ddd728a721;hb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;hp=9f67d5c0bd0004d89275c0d4e22a615993c3bc48;hpb=55b707d788ce13696e4411389583e720ea6dab01;p=public-inbox.git diff --git a/t/cgi.t b/t/cgi.t index 9f67d5c0..dc1c8b8a 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 all contributors +# Copyright (C) 2014-2020 all contributors # License: AGPL-3.0+ # FIXME: this test is too slow and most non-CGI-requirements # should be moved over to things which use test_psgi @@ -7,6 +7,7 @@ use warnings; use Test::More; use Email::MIME; use PublicInbox::TestCommon; +require_mods(qw(Plack::Handler::CGI Plack::Util)); my ($tmpdir, $for_destroy) = tmpdir(); my $home = "$tmpdir/pi-home"; my $pi_home = "$home/.public-inbox";