The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::ISC::DHCPd::Types - Moose type constraint declaration

SYNOPSIS

 use Net::ISC::DHCPd::Types @types;
 has foo => ( isa => SomeType, ... );

TYPES

HexInt

Ip

Mac

State

Time

from_State

from_FailoverState

Statements

ConfigObject

LeasesObject

OMAPIObject

ProcessObject

get_type_list

 @names = $class->get_type_list;

Returns the types defined in this package.

COPYRIGHT & LICENSE

AUTHOR

See Net::ISC::DHCPd.