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

Copyright (c) 2003 Simon Flack

See the LICENSE section in DNS/ZoneParse.pm for usage and distribution
rights

QUICK START:

Install DNS::ZoneParse by unpacking the tarball and running the following
commands in the source directory:

    perl Makefile.PL
    make
    make test
    make install
    Then delete the source directory tree since it's no longer needed.

    run 'perldoc DNS::ZoneParse' to read the full documentation.