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, ... );
 1;

MOOSE TYPES

HexInt

Ip

Mac

State

Time

Statements

ConfigObject

LeasesObject

OMAPIObject

ProcessObject

get_type_list

 @names = $class->get_type_list;

Returns the types defined in this package.

AUTHOR

See Net::ISC::DHCPd