From: Eric Wong Date: Tue, 21 Apr 2020 21:16:12 +0000 (+0000) Subject: t/*.t: use Email::MIME->create over PublicInbox::MIME->create X-Git-Tag: v1.5.0~45 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=62d1a4da996bd9a664be954f71f78fe052f9df16;hp=62d1a4da996bd9a664be954f71f78fe052f9df16;p=public-inbox.git t/*.t: use Email::MIME->create over PublicInbox::MIME->create PublicInbox::MIME only supports ->new, and is only different from Email::MIME for old versions of Email::MIME. In the future, PublicInbox::MIME may not be a subclass of Email::MIME at all. ---