NAME
Net::ISC::DHCPd::Config::Root - Role for root config classes
DESCRIPTION
This role is applied to root classes, such as Net::ISC::DHCPd::Config and Net::ISC::DHCPd::Config::Include.
ATTRIBUTES
file
This attribute holds a Path::Class::File object representing path to a config file. Default value is "/etc/dhcp3/dhcpd.conf".
METHODS
generate
Will use "generate_config_from_children" in Net::ISC::DHCPd::Config::Role to convert the object graph into text.
COPYRIGHT & LICENSE
AUTHOR
See Net::ISC::DHCPd.