]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
clone: allow running without DBI / DBD::SQLite
authorEric Wong <e@80x24.org>
Thu, 27 Jul 2023 21:18:55 +0000 (21:18 +0000)
committerEric Wong <e@80x24.org>
Thu, 27 Jul 2023 23:23:08 +0000 (23:23 +0000)
commit003b102efec28f52e8e4dbb0191d0f404f85fb7c
treefef09c561787e5167fea73cbbc71af83a921230e
parent2f3dc31d07369957efcec8be36158e73bdbd1844
clone: allow running without DBI / DBD::SQLite

Due to historic reasons, LeiQuery.pm gets loaded with LEI.pm and
-clone depends on LEI.  So delay loading any DBI-dependent
modules until querying is actually required.
lib/PublicInbox/LeiQuery.pm