]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/perf-msgview.t
remove most internal Email::MIME usage
[public-inbox.git] / xt / perf-msgview.t
index a4445959406ae948ee0e124c003871c2b59cd23c..30fc07dcbc87ad812de8da9d41bb3df0bc1883e3 100644 (file)
@@ -38,7 +38,7 @@ my $obuf = '';
 my $m = 0;
 
 my $cb = sub {
-       $mime = PublicInbox::MIME->new(shift);
+       $mime = PublicInbox::Eml->new(shift);
        PublicInbox::View::multipart_text_as_html($mime, $ctx);
        ++$m;
        $obuf = '';