]> Sergey Matveev's repositories - public-inbox.git/commit - t/shared_kv.t
tests: guard against missing DBD::SQLite
authorEric Wong <e@80x24.org>
Wed, 3 Feb 2021 21:51:44 +0000 (15:51 -0600)
committerEric Wong <e@80x24.org>
Thu, 4 Feb 2021 01:41:04 +0000 (01:41 +0000)
commita1aa7a3bf55ca5aa6e12294bc1f864dba8e63269
tree7d3e76f35eefdf1408afe4245f373a7743b25a60
parent92dd30285b579204b242df3e12b57b926083b666
tests: guard against missing DBD::SQLite

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.
lib/PublicInbox/Config.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/LeiDedupe.pm
t/extsearch.t
t/lei_overview.t
t/lei_xsearch.t
t/shared_kv.t