From 6ef28d7e22a499b8a9d531d1c16acd4847496e8e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 4 Dec 2020 22:03:47 +0000 Subject: search: remove mdocid export There's no need to export it, as shown by the change to SearchView. This should pave the way to making search more flexible and allow per-Inbox search to reuse ->ALL. --- lib/PublicInbox/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/Search.pm') diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm index 574bc145..7e72913f 100644 --- a/lib/PublicInbox/Search.pm +++ b/lib/PublicInbox/Search.pm @@ -6,7 +6,7 @@ package PublicInbox::Search; use strict; use parent qw(Exporter); -our @EXPORT_OK = qw(mdocid retry_reopen); +our @EXPORT_OK = qw(retry_reopen); use List::Util qw(max); # values for searching, changing the numeric value breaks -- cgit v1.2.3-24-ge0c7