From 0283273a14e1871955f6a9132f4f3f7884ec8a3f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 7 May 2020 21:05:55 +0000 Subject: remove most internal Email::MIME usage We no longer load or use Email::MIME outside of comparison tests. --- t/psgi_attach.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/psgi_attach.t') diff --git a/t/psgi_attach.t b/t/psgi_attach.t index af0fbdd3..9a2b2411 100644 --- a/t/psgi_attach.t +++ b/t/psgi_attach.t @@ -29,7 +29,7 @@ $im->init_bare; my $b64 = "b64\xde\xad\xbe\xef\n"; my $txt = "plain\ntext\npass\nthrough\n"; my $dot = "dotfile\n"; - $im->add(mime_load('t/psgi_attach.eml')); + $im->add(eml_load('t/psgi_attach.eml')); $im->done; my $www = PublicInbox::WWW->new($config); -- cgit v1.2.3-24-ge0c7