Parse::DNS::Zone parses a Zonefile, defining a zone in a
domain name hierarchy. The module then offers an object
oriented way of getting values out of the zone.

Validation of RRs or RR-names are out of the scope of this
module.

INSTALLATION

 perl Makefile.PL
 make
 make test
 make install

STATUS

 This module is tested against trivial Bind9 and nsd3 zones,
 please report success or failures on other nameds, with
 similar RFC1034 format.

AVAILABILITY

 Latest stable version is available on CPAN. Current development
 version is available on https://github.com/olof/Parse-DNS-Zone.

VERSION NUMBERING

 The version numbers should be read as a floating point value,
 where 0.9 is higher than 0.89.