1Net-DNS-Check version 0.45
2===========================
3
4DESCRIPTION
5
6Net::DNS::Check is a collection of OOP Perl modules allowing easy
7implementation of applications for domain name checking.
8
9The Net::DNS::Check was built to be as easy as possible to use and
10highly configurable and flexible: it allow easy implementation
11of your custom test and deeper configuration of what you want
12to check and how.
13
14INSTALLATION
15
16To install this module type the following:
17
18   perl Makefile.PL
19   make
20   make test
21   make install
22
23DEPENDENCIES
24
25This module requires these other modules and libraries:
26
27 Net::DNS version 0.42 or greater
28
29COPYRIGHT AND LICENCE
30
31Copyright (C) 2005 by Lorenzo Luconi Trombacchi - IIT-CNR
32
33This library is free software; you can redistribute it and/or modify
34it under the same terms as Perl itself, either Perl version 5.8.3 or,
35at your option, any later version of Perl 5 you may have available.
36
37