]> 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 1bf48685653b9278b23c83305de7186833d39a8f..94bf9181061bbce7d8f41a810a0b394e90af20fe 100644 (file)
--- a/t/time.t
+++ b/t/time.t
@@ -1,11 +1,11 @@
-# Copyright (C) 2018-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2018-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 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',