NAME
DNS::Config::Statement - DNS Configuration Statement
SYNOPSIS
use DNS::Config::Statement;
my $statement = new DNS::Config::Statement();
$config->dump();
ABSTRACT
This class represents a configuration statement for a domain name service daemon (DNS).
DESCRIPTION
A domain name service daemon configuration knows about the zone information actively provided to the service users as well as lots of other configuration data.
This class allows to represent this configuration data in a more or less generic way. Another class, the file adaptor, then knows how to write the information to a file in a daemon specific format.
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