]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_mount.t
remove most internal Email::MIME usage
[public-inbox.git] / t / psgi_mount.t
index bd492dcb2ac372a2aec0720e3caa26339f2a1dae..b4de827406b70a62c279454e73e882e617d9ec32 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 use Test::More;
-use PublicInbox::MIME;
+use PublicInbox::Eml;
 use PublicInbox::TestCommon;
 my ($tmpdir, $for_destroy) = tmpdir();
 my $maindir = "$tmpdir/main.git";
@@ -25,7 +25,7 @@ my $git = PublicInbox::Git->new($maindir);
 my $im = PublicInbox::Import->new($git, 'test', $addr);
 $im->init_bare;
 {
-       my $mime = PublicInbox::MIME->new(<<EOF);
+       my $mime = PublicInbox::Eml->new(<<EOF);
 From: Me <me\@example.com>
 To: You <you\@example.com>
 Cc: $addr