NAME

Net::ISC::DHCPd::Config::Include - Hold content of included file


DESCRIPTION

See the Net::ISC::DHCPd::Config::Role manpage for methods and attributes without documentation.


SYNOPSIS

See the Net::ISC::DHCPd::Config manpage for synopsis.


ATTRIBUTES

generate_with_include

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.


METHODS

parse

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.

captured_to_args

See captured_to_args in the Net::ISC::DHCPd::Config::Role manpage.

generate

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.


COPYRIGHT & LICENSE


AUTHOR

See the Net::ISC::DHCPd manpage.