about summary refs log tree commit homepage
path: root/t/lei_overview.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-03 15:51:44 -0600
committerEric Wong <e@80x24.org>2021-02-04 01:41:04 +0000
commita1aa7a3bf55ca5aa6e12294bc1f864dba8e63269 (patch)
tree7d3e76f35eefdf1408afe4245f373a7743b25a60 /t/lei_overview.t
parent92dd30285b579204b242df3e12b57b926083b666 (diff)
downloadpublic-inbox-a1aa7a3bf55ca5aa6e12294bc1f864dba8e63269.tar.gz
The features we use for SharedKV could probably be implemented
with GDBM_File or SDBM_File, but that doesn't seem worth it at
the moment since we depend on SQLite elsewhere.
Diffstat (limited to 't/lei_overview.t')
-rw-r--r--t/lei_overview.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lei_overview.t b/t/lei_overview.t
index 896cc01a..dd9e2cad 100644
--- a/t/lei_overview.t
+++ b/t/lei_overview.t
@@ -6,6 +6,7 @@ use v5.10.1;
 use Test::More;
 use PublicInbox::TestCommon;
 use POSIX qw(_exit);
+require_mods(qw(Search::Xapian DBD::SQLite));
 require_ok 'PublicInbox::LeiOverview';
 
 my $ovv = bless {}, 'PublicInbox::LeiOverview';