]> Sergey Matveev's repositories - public-inbox.git/commit
t/*.t: use Email::MIME->create over PublicInbox::MIME->create
authorEric Wong <e@yhbt.net>
Tue, 21 Apr 2020 21:16:12 +0000 (21:16 +0000)
committerEric Wong <e@yhbt.net>
Wed, 22 Apr 2020 18:22:40 +0000 (18:22 +0000)
commit62d1a4da996bd9a664be954f71f78fe052f9df16
tree3fc45fcaccfc149b13fc6b7688017cb176852f25
parent4bd22e9528484c5d964ecba277fd6a7d5e023461
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.
13 files changed:
t/convert-compact.t
t/import.t
t/indexlevels-mirror.t
t/msgtime.t
t/psgi_v2.t
t/time.t
t/v1-add-remove-add.t
t/v1reindex.t
t/v2-add-remove-add.t
t/v2mda.t
t/v2reindex.t
t/v2writable.t
t/xcpdb-reshard.t