X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fpsgi_text.t;h=b7b5b2d456e1580c6576efe8d35175f99a39bdee;hb=e39585ee2bdcbeaab7b6bd33b3568021042d0879;hp=7cb7a165cdc226998935f35a8eee8bf506baa5dd;hpb=62f28026e624ed30d620063a0fa92cbedb7f6673;p=public-inbox.git diff --git a/t/psgi_text.t b/t/psgi_text.t index 7cb7a165..b7b5b2d4 100644 --- a/t/psgi_text.t +++ b/t/psgi_text.t @@ -1,9 +1,9 @@ -# Copyright (C) 2016-2019 all contributors +# Copyright (C) 2016-2020 all contributors # License: AGPL-3.0+ use strict; use warnings; use Test::More; -use Email::MIME; +use PublicInbox::MIME; use PublicInbox::TestCommon; my ($tmpdir, $for_destroy) = tmpdir(); my $maindir = "$tmpdir/main.git"; @@ -21,7 +21,7 @@ my $config = PublicInbox::Config->new(\<new($config); test_psgi(sub { $www->call(@_) }, sub {