Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
Go to file
Michal Josef Špaček 1a7a09d5be Remove not needed Socket6 package in build
There is code in t/15io-socket.t:
...
   my $AF_INET6 = eval { Socket::AF_INET6() } ||
                  eval { require Socket6; Socket6::AF_INET6() };
...

Default is usage of Socket for ipv6 and it's our case.
2023-03-24 11:58:52 +01:00
.gitignore 0.41 bump 2020-09-16 12:36:38 +02:00
Makefile.PL Create Makefile.PL, use ExtUtils::MakeMaker instead of Module::Build 2020-09-17 12:11:58 +02:00
perl-IO-Socket-IP.spec Remove not needed Socket6 package in build 2023-03-24 11:58:52 +01:00
sources 0.41 bump 2020-09-16 12:36:38 +02:00