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

NAME

Unix::Conf::Bind8::Conf::Directive - Base class for all classes representing various directives in a Bind8 configuration file.

DESCRIPTION

This class is also used directly for representing dummy directives, i.e. ones that represent comments, whitespace etc.. between two directives.

new ()

Class method. Returns a Unix::Conf::Bind8::Conf::Directive object.

dirty ()
 Arguments
 0/1,   # optional

Object method. If argument is passed its value is set as the dirty flag. 0 for false, 1 for true. Sets the object as dirty. If argument is not passed returns the value of the dirty flag, which can be evaluted in a boolean context.

delete ()

Object method. Deletes the directive.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 24:

=over without closing =back