NAME

DNS::Config::Statement::Options - Options statement

SYNOPSIS

use DNS::Config::Statement::Options;

my $options = new DNS::Config::Statement::Options();

$options->dump();

ABSTRACT

This class represents an options statement in a domain name service daemon (DNS) configuration.

DESCRIPTION

This class represents an options statement. As such it can, for example, have information about the file system location of zone files.

So far this class is strongly related to the ISCs Bind domain name service daemon but it is inteded to get more generic in upcoming releases. Your help is welcome.

AUTHOR

Copyright (C)2001-2003 Andy Wolf. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Please address bug reports and comments to: zonemaster@users.sourceforge.net

SEE ALSO

DNS::Config, DNS::Config::Statement