about summary refs log tree commit homepage
path: root/t/shared_kv.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/shared_kv.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/shared_kv.t')
-rw-r--r--t/shared_kv.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/shared_kv.t b/t/shared_kv.t
index fcae688a..251b7f39 100644
--- a/t/shared_kv.t
+++ b/t/shared_kv.t
@@ -5,6 +5,7 @@ use strict;
 use v5.10.1;
 use Test::More;
 use PublicInbox::TestCommon;
+require_mods(qw(DBD::SQLite));
 use_ok 'PublicInbox::SharedKV';
 my ($tmpdir, $for_destroy) = tmpdir();
 local $ENV{TMPDIR} = $tmpdir;