From ca26c5a179a80f635cb77e8372b5792b5d392ffa Mon Sep 17 00:00:00 2001 From: Alexandre Bruyelles Date: Sat, 4 Aug 2018 23:41:51 +0200 Subject: [PATCH] do not import inet_pton, we never use it Signed-off-by: Alexandre Bruyelles --- bin/asstatd.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/asstatd.pl b/bin/asstatd.pl index a436a51..42c76a3 100755 --- a/bin/asstatd.pl +++ b/bin/asstatd.pl @@ -7,7 +7,7 @@ use strict; use 5.010; -use Socket qw(AF_INET6 inet_pton inet_ntop); +use Socket qw(AF_INET6 inet_ntop); use IO::Select; use IO::Socket; use RRDs;