From 3d073baacb37dde7706c615e07a970ef44f50d8f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 31 Jan 2021 22:28:22 -1000 Subject: lei_xsearch: load PublicInbox::Smsg We use $smsg->populate here, so ensure it's loaded although PublicInbox::Search currently loads it. --- lib/PublicInbox/LeiXSearch.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/PublicInbox/LeiXSearch.pm') 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 { -- cgit v1.2.3-24-ge0c7