]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/cgi.t
search: {version} => {ibx_ver}
[public-inbox.git] / t / cgi.t
diff --git a/t/cgi.t b/t/cgi.t
index 90543a7a51c9f3b87dfbc939bc326255f1ba65a2..5760596ca66cda6fcf61f734f41a6c04da6615f4 100644 (file)
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -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";
@@ -32,8 +33,6 @@ EOF
        close $fh or die "close: $!\n";
 }
 
-use_ok 'PublicInbox::Git';
-use_ok 'PublicInbox::Import';
 use_ok 'PublicInbox::Inbox';
 use_ok 'PublicInbox::InboxWritable';
 use_ok 'PublicInbox::Config';