]> Sergey Matveev's repositories - public-inbox.git/commitdiff
feed: remove PublicInbox::MIME module load
authorEric Wong <e@yhbt.net>
Thu, 30 Apr 2020 10:38:29 +0000 (10:38 +0000)
committerEric Wong <e@yhbt.net>
Fri, 1 May 2020 01:38:46 +0000 (01:38 +0000)
We don't call any Email::MIME or any PublicInbox::MIME-specific
functions in here.

lib/PublicInbox/Feed.pm

index 4cb295e60e4291f37b23137d78eaa688aacccb97..e64628be830a34675b4c0c01462ec615af045329 100644 (file)
@@ -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