about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-03 01:40:06 +0000
committerEric Wong <e@80x24.org>2019-06-03 01:48:59 +0000
commit6dbfe2e2d1e2714e268cdf7f132a62e7bcddf94d (patch)
tree8073b61202ffb235df5d9be1ef53d41a019be9bf
parent1d94048ba6094b9b3bbefe279e066c3992b30408 (diff)
downloadpublic-inbox-6dbfe2e2d1e2714e268cdf7f132a62e7bcddf94d.tar.gz
In case we encounter an odd system which has Search::Xapian
but not DBD::SQLite.
-rw-r--r--t/psgi_search.t2
1 files changed, 1 insertions, 1 deletions
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";