The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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. 

VERSION NUMBERING

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