X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=xt%2Fmem-msgview.t;h=0c3ad71070bb595f59811f1b3f070ee377c11918;hp=1ea0f559ee0a329482bba0db94524843a1dc8332;hb=62f28026e624ed30d620063a0fa92cbedb7f6673;hpb=f018d5cc70f3a6983e4ec188ae62a729a8b31157 diff --git a/xt/mem-msgview.t b/xt/mem-msgview.t index 1ea0f559..0c3ad710 100644 --- a/xt/mem-msgview.t +++ b/xt/mem-msgview.t @@ -6,9 +6,8 @@ use IO::Handle; # ->flush use Fcntl qw(SEEK_SET); use PublicInbox::TestCommon; use PublicInbox::Tmpfile; -use PublicInbox::WWW; use Test::More; -my @mods = qw(DBD::SQLite BSD::Resource); +my @mods = qw(DBD::SQLite BSD::Resource PublicInbox::WWW); require_mods(@mods); use_ok($_) for @mods; my $lines = $ENV{NR_LINES} // 100000;