Remove 'Encode' module.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-01-19 08:35:31 +01:00
parent ec2268737a
commit 2c1d7befb1

View file

@ -24,7 +24,6 @@ my $VERSION = "1.0.0";
use utf8;
use strict;
use Encode qw(encode);
use POSIX qw(strftime);
use Net::Domain qw(hostfqdn);
use Net::NNTP;