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

NAME

Bind::Zone::File::Default - Default file adaptor class

SYNOPSIS

use DNS::Zone::File::Default;

my $adaptor = new DNS::Zone::File::Default($zone_name_string, $file_name_string);

$adaptor->parse(); $adaptor->dump();

ABSTRACT

This class represents the default file adaptor.

DESCRIPTION

This adaptor class can be used to parse and dump zone files of a specific type. This default adaptor uses an RFC-complient type also used in ISC Bind.

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::Zone::File