]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/time.t
t/*.t: use Email::MIME->create over PublicInbox::MIME->create
[public-inbox.git] / t / time.t
index 3cba3bd144c1b06a56a6a1967485f75c33a8fb84..94bf9181061bbce7d8f41a810a0b394e90af20fe 100644 (file)
--- a/t/time.t
+++ b/t/time.t
@@ -3,9 +3,9 @@
 use strict;
 use warnings;
 use Test::More;
-use_ok 'PublicInbox::MIME';
+use_ok 'Email::MIME';
 use PublicInbox::MsgTime qw(msg_datestamp);
-my $mime = PublicInbox::MIME->create(
+my $mime = Email::MIME->create(
        header => [
                From => 'a@example.com',
                To => 'test@example.com',