DNS::Config::Statement::Zone - Zone statement



NAME

DNS::Config::Statement::Zone - Zone statement


SYNOPSIS

use DNS::Config::Statement::Zone;

my $zone = new DNS::Config::Statement::Zone();

$zone->dump();


ABSTRACT

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


DESCRIPTION

This class represents a zone statement. As such it can, for example, have informations about the file system location of information about a specific zone.

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

the DNS::Config manpage, the DNS::Config::Statement manpage

 DNS::Config::Statement::Zone - Zone statement