logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MooseX::Types::NetAddr::IP - NetAddr::IP related types and coercions for Moose

Author

       Todd Caine, <todd.caine@gmail.com>

Description

       This package provides internet address types for Moose.

   TYPES
       NetAddrIP

           Coerces from Str and ArrayRef via "new" in NetAddr::IP.

       NetAddrIPv4

           Coerces from Str and ArrayRef via "new" in NetAddr::IP.

       NetAddrIPv6

           Coerces from Str and ArrayRef via "new" in NetAddr::IP.

Name

       MooseX::Types::NetAddr::IP - NetAddr::IP related types and coercions for Moose

See Also

       NetAddr::IP, MooseX::Types

Synopsis

         use MooseX::Types::NetAddr::IP qw( NetAddrIP NetAddrIPv4 NetAddrIPv6 );

See Also