From e237814c6bf2d01ecadff147f2b37f1a8185b0e1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 8 Apr 2023 20:19:28 +0000 Subject: t/nntpd.t: avoid `used only once' warning We can't use cross-package `our' variables without `use'-ing the package, first. --- t/nntpd.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/nntpd.t b/t/nntpd.t index ab6876bb..80df4dc5 100644 --- a/t/nntpd.t +++ b/t/nntpd.t @@ -8,6 +8,7 @@ use Socket qw(IPPROTO_TCP TCP_NODELAY); use Sys::Hostname; use POSIX qw(_exit); use PublicInbox::SHA; +use PublicInbox::DS; # t/nntpd-v2.t wraps this for v2 my $version = $ENV{PI_TEST_VERSION} || 1; -- cgit v1.2.3-24-ge0c7