]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/html_index.t
t/*.t: reduce dependency on Email::MIME APIs
[public-inbox.git] / t / html_index.t
index fda3962af646dfd52587eca56296e925637ac291..51897532f26a3f71ceaf1d13ccbba70ff5536301 100644 (file)
@@ -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