From 6dbfe2e2d1e2714e268cdf7f132a62e7bcddf94d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 3 Jun 2019 01:40:06 +0000 Subject: t/psgi_search.t: require DBD::SQLite In case we encounter an odd system which has Search::Xapian but not DBD::SQLite. --- t/psgi_search.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/psgi_search.t') diff --git a/t/psgi_search.t b/t/psgi_search.t index 1adc1d6e..a6507676 100644 --- a/t/psgi_search.t +++ b/t/psgi_search.t @@ -8,7 +8,7 @@ use Email::MIME; use PublicInbox::Config; use PublicInbox::WWW; use bytes (); # only for bytes::length -my @mods = qw(Search::Xapian HTTP::Request::Common Plack::Test +my @mods = qw(DBD::SQLite Search::Xapian HTTP::Request::Common Plack::Test URI::Escape Plack::Builder); foreach my $mod (@mods) { eval "require $mod"; -- cgit v1.2.3-24-ge0c7