do not import inet_pton, we never use it

Signed-off-by: Alexandre Bruyelles <git@jack.fr.eu.org>
This commit is contained in:
Alexandre Bruyelles 2018-08-04 23:41:51 +02:00
parent 835aa229ef
commit ca26c5a179
No known key found for this signature in database
GPG Key ID: D304106391A41F03

View File

@ -7,7 +7,7 @@
use strict; use strict;
use 5.010; use 5.010;
use Socket qw(AF_INET6 inet_pton inet_ntop); use Socket qw(AF_INET6 inet_ntop);
use IO::Select; use IO::Select;
use IO::Socket; use IO::Socket;
use RRDs; use RRDs;