about summary refs log tree commit homepage
path: root/t/html_index.t
diff options
context:
space:
mode:
Diffstat (limited to 't/html_index.t')
-rw-r--r--t/html_index.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/html_index.t b/t/html_index.t
index fda3962a..51897532 100644
--- a/t/html_index.t
+++ b/t/html_index.t
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 use Test::More;
-use Email::MIME;
+use PublicInbox::MIME;
 use PublicInbox::Feed;
 use PublicInbox::Git;
 use PublicInbox::Import;
@@ -32,7 +32,7 @@ my $im = PublicInbox::Import->new($git, 'tester', 'test@example');
                         $mid_line .= "In-Reply-To: $prev";
                 }
                 $prev = $mid;
-                my $mime = Email::MIME->new(<<EOF);
+                my $mime = PublicInbox::MIME->new(<<EOF);
 From: ME <me\@example.com>
 To: U <u\@example.com>
 $mid_line