]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTPD.pm
public-inbox-netd: a multi-protocol superserver
[public-inbox.git] / lib / PublicInbox / NNTPD.pm
index 6907a03cc4ed37e9ebb9582633b9c3169d35a5a7..0350830b59ff53b13255c9fbe5dc59066aa919e3 100644 (file)
@@ -1,14 +1,15 @@
-# Copyright (C) 2016-2020 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # represents an NNTPD (currently a singleton),
 # see script/public-inbox-nntpd for how it is used
 package PublicInbox::NNTPD;
 use strict;
-use warnings;
+use v5.10.1;
 use Sys::Hostname;
 use PublicInbox::Config;
 use PublicInbox::InboxIdle;
+use PublicInbox::NNTPdeflate; # loads PublicInbox::NNTP
 
 sub new {
        my ($class) = @_;