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_search.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 't/psgi_search.t') diff --git a/t/psgi_search.t b/t/psgi_search.t index 3c515d19..64f8b1ac 100644 --- a/t/psgi_search.t +++ b/t/psgi_search.t @@ -3,7 +3,7 @@ use strict; use warnings; use Test::More; -use PublicInbox::MIME; +use PublicInbox::Eml; use PublicInbox::Config; use PublicInbox::Inbox; use PublicInbox::InboxWritable; @@ -27,7 +27,7 @@ my $im = $ibx->importer(0); my $digits = '10010260936330'; my $ua = 'Pine.LNX.4.10'; my $mid = "$ua.$digits.2460-100000\@penguin.transmeta.com"; -my $mime = PublicInbox::MIME->new(<new(< From: Ævar Arnfjörð Bjarmason @@ -36,7 +36,7 @@ To: git\@vger.kernel.org EOF $im->add($mime); -$mime = PublicInbox::MIME->new(<<'EOF'); +$mime = PublicInbox::Eml->new(<<'EOF'); Subject: Message-ID: From: blank subject @@ -45,7 +45,7 @@ To: git@vger.kernel.org EOF $im->add($mime); -$mime = PublicInbox::MIME->new(<<'EOF'); +$mime = PublicInbox::Eml->new(<<'EOF'); Message-ID: From: no subject at all To: git@vger.kernel.org -- cgit v1.2.3-24-ge0c7