Net::ISC::DHCPd::Config::Include - Hold content of included file
See the Net::ISC::DHCPd::Config::Role manpage for methods and attributes without documentation.
See the Net::ISC::DHCPd::Config manpage for synopsis.
This attribute holds a boolean value. generate will result in
include "path/from/file/attribute";
when false, and the included config if true. This attribute is false by default.
This around method modifier will stop the parser when parsing
recursively, which will require the user to manually parse the
included files from the config. Reason for this is that the
parse()
method returns the number of lines in a single file.
and counting lines from included files will break this behaviour.
See also parse in the Net::ISC::DHCPd::Config::Role manpage and SYNOPSIS in the Net::ISC::DHCPd::Config manpage.
See captured_to_args in the Net::ISC::DHCPd::Config::Role manpage.
This method can either result in include ...;
or the whole
config of the included file. See generate_with_include for how
to control the behaviour.
See also generate in the Net::ISC::DHCPd::Config::Role manpage.