table of contents
MooseX::Types::NetAddr::IP(3pm) | User Contributed Perl Documentation | MooseX::Types::NetAddr::IP(3pm) |
NAME¶
MooseX::Types::NetAddr::IP - NetAddr::IP related types and coercions for Moose
SYNOPSIS¶
use MooseX::Types::NetAddr::IP qw( NetAddrIP NetAddrIPv4 NetAddrIPv6 );
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.
SEE ALSO¶
NetAddr::IP, MooseX::Types
AUTHOR¶
Todd Caine, <todd.caine@gmail.com>
COPYRIGHT AND LICENSE¶
Copyright (C) 2010 by Todd Caine
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.
2022-06-15 | perl v5.34.0 |