]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/cgi.t
treewide: run update-copyrights from gnulib for 2019
[public-inbox.git] / t / cgi.t
diff --git a/t/cgi.t b/t/cgi.t
index 9f67d5c0bd0004d89275c0d4e22a615993c3bc48..dc1c8b8a58bd6c09d289732c7f43c0ddd728a721 100644 (file)
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2014-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 # 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";