sourCEntral - mobile manpages

pdf

MooseX::Types::NetAddr::IP

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

AUTHOR

Todd Caine, <todd DOT caine AT gmail DOT 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.

pdf