From: Eric Wong Date: Mon, 1 Feb 2021 08:28:22 +0000 (-1000) Subject: lei_xsearch: load PublicInbox::Smsg X-Git-Tag: v1.7.0~1259 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=3d073baacb37dde7706c615e07a970ef44f50d8f;p=public-inbox.git lei_xsearch: load PublicInbox::Smsg We use $smsg->populate here, so ensure it's loaded although PublicInbox::Search currently loads it. --- diff --git a/lib/PublicInbox/LeiXSearch.pm b/lib/PublicInbox/LeiXSearch.pm index b4a9b89d..4d390ee4 100644 --- a/lib/PublicInbox/LeiXSearch.pm +++ b/lib/PublicInbox/LeiXSearch.pm @@ -16,6 +16,7 @@ use File::Spec (); use PublicInbox::Search qw(xap_terms); use PublicInbox::Spawn qw(popen_rd spawn which); use PublicInbox::MID qw(mids); +use PublicInbox::Smsg; use Fcntl qw(SEEK_SET F_SETFL O_APPEND O_RDWR); sub new {