From 2f4ff3b0e7e63dde0c164dfb9875b9af75c609ff Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 30 Apr 2020 10:38:29 +0000 Subject: [PATCH] feed: remove PublicInbox::MIME module load We don't call any Email::MIME or any PublicInbox::MIME-specific functions in here. --- lib/PublicInbox/Feed.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 4cb295e6..e64628be 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -5,7 +5,6 @@ package PublicInbox::Feed; use strict; use warnings; -use PublicInbox::MIME; use PublicInbox::View; use PublicInbox::WwwAtomStream; use PublicInbox::Smsg; # this loads w/o Search::Xapian -- 2.44.0