about summary refs log tree commit homepage
path: root/t/time.t
diff options
context:
space:
mode:
Diffstat (limited to 't/time.t')
-rw-r--r--t/time.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/time.t b/t/time.t
index 3cba3bd1..94bf9181 100644
--- 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',