]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v2-add-remove-add.t
remove most internal Email::MIME usage
[public-inbox.git] / t / v2-add-remove-add.t
index 60a869eeb9d2462eeafdb21a431b96d27f5541ba..cfdc8cf1ddbfc980fc0d3ebb8318c09281c9d33d 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 use Test::More;
-use PublicInbox::MIME;
+use PublicInbox::Eml;
 use PublicInbox::TestCommon;
 require_git(2.6);
 require_mods(qw(DBD::SQLite Search::Xapian));
@@ -16,7 +16,7 @@ my $ibx = {
        -primary_address => 'test@example.com',
 };
 $ibx = PublicInbox::Inbox->new($ibx);
-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