Merge pull request #256 from rhansen/io-socket-inet
Import IO::Socket::INET
This commit is contained in:
commit
cfcf5c1c04
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ m4_foreach_w([_m], [
|
|||
File::Basename
|
||||
File::Path
|
||||
Getopt::Long
|
||||
IO::Socket::INET
|
||||
Socket
|
||||
Sys::Hostname
|
||||
version=0.77
|
||||
|
|
|
@ -25,6 +25,7 @@ use warnings;
|
|||
use File::Basename;
|
||||
use File::Path qw(make_path);
|
||||
use Getopt::Long;
|
||||
use IO::Socket::INET;
|
||||
use Socket qw(AF_INET AF_INET6 PF_INET PF_INET6);
|
||||
use Sys::Hostname;
|
||||
|
||||
|
|
Loading…
Reference in a new issue