Acme::DNS::Correct - Fix the DNS System

Acme::DNS::Correct is a subclass of Net::DNS::Resolver, adding functionality that returns sanity to the DNS system. Consult the Net::DNS manpages for comprehensive documentation on using this module.

See the POD documentation in Correct.pm for more information.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires Net::DNS. The test suite requires Test::More which is part of the Test::Simple distribution.

AUTHOR

Chris Reinhardt
ctriv@dyndns.org

COPYRIGHT AND LICENCE

Copyright (c) 2003 Chris Reinhardt. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

$Id: README,v 1.1 2003/09/21 17:52:15 ctriv Exp $