X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Ftime.t;h=94bf9181061bbce7d8f41a810a0b394e90af20fe;hp=3cba3bd144c1b06a56a6a1967485f75c33a8fb84;hb=62d1a4da996bd9a664be954f71f78fe052f9df16;hpb=4bd22e9528484c5d964ecba277fd6a7d5e023461 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',