Merge pull request #256 from rhansen/io-socket-inet

Import IO::Socket::INET
This commit is contained in:
Richard Hansen 2020-07-14 17:35:24 -04:00 committed by GitHub
commit cfcf5c1c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -40,6 +40,7 @@ m4_foreach_w([_m], [
File::Basename File::Basename
File::Path File::Path
Getopt::Long Getopt::Long
IO::Socket::INET
Socket Socket
Sys::Hostname Sys::Hostname
version=0.77 version=0.77

View file

@ -25,6 +25,7 @@ use warnings;
use File::Basename; use File::Basename;
use File::Path qw(make_path); use File::Path qw(make_path);
use Getopt::Long; use Getopt::Long;
use IO::Socket::INET;
use Socket qw(AF_INET AF_INET6 PF_INET PF_INET6); use Socket qw(AF_INET AF_INET6 PF_INET PF_INET6);
use Sys::Hostname; use Sys::Hostname;