]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/html_index.t
remove most internal Email::MIME usage
[public-inbox.git] / t / html_index.t
index 51897532f26a3f71ceaf1d13ccbba70ff5536301..80f81577e2aee2d875a772678e26b665bc8ae877 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 use Test::More;
-use PublicInbox::MIME;
+use PublicInbox::Eml;
 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 = PublicInbox::MIME->new(<<EOF);
+               my $mime = PublicInbox::Eml->new(<<EOF);
 From: ME <me\@example.com>
 To: U <u\@example.com>
 $mid_line