X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fxcpdb-reshard.t;h=2571329e51ec5e89729aefa72212b2c0b48c4e7b;hp=58932fc2ae87b8bf54973c07c11f42e7b77811c9;hb=62d1a4da996bd9a664be954f71f78fe052f9df16;hpb=4bd22e9528484c5d964ecba277fd6a7d5e023461 diff --git a/t/xcpdb-reshard.t b/t/xcpdb-reshard.t index 58932fc2..2571329e 100644 --- a/t/xcpdb-reshard.t +++ b/t/xcpdb-reshard.t @@ -4,13 +4,13 @@ use strict; use warnings; use Test::More; use PublicInbox::TestCommon; -require_mods(qw(DBD::SQLite Search::Xapian)); +require_mods(qw(DBD::SQLite Search::Xapian Email::MIME)); require_git('2.6'); use PublicInbox::MIME; use PublicInbox::InboxWritable; require PublicInbox::Search; -my $mime = PublicInbox::MIME->create( +my $mime = Email::MIME->create( header => [ From => 'a@example.com', To => 'test@example.com',