X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FMsgIter.pm;h=a795f6175b93003118e64b229e10197f94b5c847;hb=3d41aa23f35501ca92aab8aa42980fa73f7fa74f;hp=d0dd82fb3e1dc1cd676bf91380041b20e1a0de5a;hpb=4f7977b42aab1595b3a45b41e19499b38c46c8cc;p=public-inbox.git diff --git a/lib/PublicInbox/MsgIter.pm b/lib/PublicInbox/MsgIter.pm index d0dd82fb..a795f617 100644 --- a/lib/PublicInbox/MsgIter.pm +++ b/lib/PublicInbox/MsgIter.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ # package PublicInbox::MsgIter; @@ -6,6 +6,7 @@ use strict; use warnings; use base qw(Exporter); our @EXPORT = qw(msg_iter); +use PublicInbox::MIME; # Like Email::MIME::walk_parts, but this is: # * non-recursive