]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v2mda.t
remove most internal Email::MIME usage
[public-inbox.git] / t / v2mda.t
index 4d3ec30db91e4b99ac076826841d53e3e81a2ba0..36f43ff096c09c58e8df91e1e3053f2ac8b924e0 100644 (file)
--- a/t/v2mda.t
+++ b/t/v2mda.t
@@ -6,7 +6,7 @@ use Test::More;
 use Fcntl qw(SEEK_SET);
 use Cwd;
 use PublicInbox::TestCommon;
-use PublicInbox::MIME;
+use PublicInbox::Eml;
 require_git(2.6);
 
 my $V = 2;
@@ -18,7 +18,7 @@ my $ibx = {
        name => 'test-v2writable',
        address => [ 'test@example.com' ],
 };
-my $mime = PublicInbox::MIME->new(<<'EOF');
+my $mime = PublicInbox::Eml->new(<<'EOF');
 From: a@example.com
 To: test@example.com
 Subject: this is a subject