From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 07/11] general-functions.pl: Drop unused use of Locale::Codes::Country. Date: Tue, 22 Sep 2020 20:25:05 +0200 Message-ID: <20200922182509.18643-7-stefan.schantl@ipfire.org> In-Reply-To: <20200922182509.18643-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5582984212857800171==" List-Id: --===============5582984212857800171== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- config/cfgroot/general-functions.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-fun= ctions.pl index 5de4fb84b..9be1e7708 100644 --- a/config/cfgroot/general-functions.pl +++ b/config/cfgroot/general-functions.pl @@ -17,7 +17,6 @@ package General; use strict; use Socket; use IO::Socket; -use Locale::Codes::Country; use Net::SSLeay; use Net::IPv4Addr qw(:all); $|=3D1; # line buffering --=20 2.20.1 --===============5582984212857800171==--