X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fpsgi_scan_all.t;h=93603a332819a4a9dc62287ff74a429483762cb3;hb=e6b7a7f5f70fb89a54ff158bc6c8b564149947e5;hp=09ed96e0477e5636beb89945f76e3160cf3d4e5f;hpb=a09f678d8254064af7ca6dcfb3c3f84b5ae37b51;p=public-inbox.git diff --git a/t/psgi_scan_all.t b/t/psgi_scan_all.t index 09ed96e0..93603a33 100644 --- a/t/psgi_scan_all.t +++ b/t/psgi_scan_all.t @@ -1,9 +1,9 @@ -# Copyright (C) 2019 all contributors +# Copyright (C) 2019-2020 all contributors # License: AGPL-3.0+ use strict; use warnings; use Test::More; -use Email::MIME; +use PublicInbox::MIME; use PublicInbox::Config; use PublicInbox::TestCommon; my @mods = qw(HTTP::Request::Common Plack::Test URI::Escape DBD::SQLite);