• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

demo/H15-Jul-2005-10064

lib/Net/DNS/H15-Jul-2005-4,6012,024

t/H15-Jul-2005-169

ChangesH A D15-Jul-2005829 2219

MANIFESTH A D06-Jun-20051.1 KiB3433

META.ymlH A D15-Jul-2005350 1210

Makefile.PLH A D06-Jun-2005830 2518

READMEH A D15-Jul-2005921 3723

README

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