parse and manipulate DNS Zone files
This module will parse a Zone File and put all the Resource Records
(RRs) into an anonymous hash structure.  At the moment, the following
types of RRs are supported: SOA, NS, MX, A, CNAME, TXT, PTR.  It could
be useful for maintaining DNS zones, or for transferring DNS zones to
other servers.

Maintainer: Girish Venkatachalam <girish1729@gmail.com>

WWW: http://search.cpan.org/dist/DNS-ZoneParse/
