From: Eric Wong Date: Thu, 30 Apr 2020 10:38:29 +0000 (+0000) Subject: feed: remove PublicInbox::MIME module load X-Git-Tag: v1.5.0~30 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=2f4ff3b0e7e63dde0c164dfb9875b9af75c609ff feed: remove PublicInbox::MIME module load We don't call any Email::MIME or any PublicInbox::MIME-specific functions in here. --- 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