- or download this
"AF_INET6" is not exported by the Socket6 module
- or download this
push @EXPORT, qw(AF_INET6) unless defined eval {Socket::AF_INET6()};
- or download this
use warnings;
use strict;
...
our @ISA = qw(Exporter DynaLoader);
our @EXPORT = qw(AF_INET AF_INET6);
}