X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fnntpd.t;h=d352c3c14805aa523cd15518f1a4789c97416933;hb=9174f534ccc51054895bdb198c8bc1a765abd9e9;hp=34e9e1b45462675d175f807fc6a1bdc38477334f;hpb=1c3e60b66e01df89afdf74990a849a5a7386f9c7;p=public-inbox.git diff --git a/t/nntpd.t b/t/nntpd.t index 34e9e1b4..d352c3c1 100644 --- a/t/nntpd.t +++ b/t/nntpd.t @@ -2,10 +2,9 @@ # Copyright (C) all contributors # License: AGPL-3.0+ use strict; use v5.10.1; use PublicInbox::TestCommon; -require_mods(qw(DBD::SQLite)); +require_mods(qw(DBD::SQLite Net::NNTP)); use PublicInbox::Eml; use Socket qw(IPPROTO_TCP TCP_NODELAY); -use Net::NNTP; use Sys::Hostname; use POSIX qw(_exit); use Digest::SHA;