From: Eric Wong Date: Sat, 8 Feb 2020 18:30:40 +0000 (+0000) Subject: t/multi-mid: skip properly w/o DBD::SQLite X-Git-Tag: v1.3.0~1 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=0acad050fe38033baedfed83f5976aeabebf3287;hp=0acad050fe38033baedfed83f5976aeabebf3287 t/multi-mid: skip properly w/o DBD::SQLite SearchIdx always requires DBD::SQLite, so only require it after we've passed `require_mods(qw(DBD::SQLite))'. ---