App-MatrixTool

 view release on metacpan or  search on metacpan

lib/App/MatrixTool.pm  view on Meta::CPAN

sub new
{
   my $class = shift;
   return bless { @_ }, $class;
}

sub sock_family
{
   my $self = shift;
   return AF_INET if $self->{inet4};
   return AF_INET6 if $self->{inet6};
   return AF_UNSPEC;
}

sub _pkg_for_command
{
   my $self = shift;
   my ( $cmd ) = @_;

   my $class = ref $self || $self;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.381 second using v1.00-cache-2.02-grep-82fe00e-cpan-b63e86051f13 )