Breaking change: domain names without SRV records are silently skipped
[Net-DNS-DomainController-Discovery.git] / README
blobf8b362b4ef823e4091d9f1e1ee41de33022cdf7c
1 Net-DNS-DomainController-Discovery
3 The README is used to introduce the module and provide instructions on
4 how to install the module, any machine dependencies it may have (for
5 example C compilers and installed libraries) and any other information
6 that should be provided before the module is installed.
8 A README file is required for CPAN modules since CPAN extracts the README
9 file from a module distribution so that people browsing the archive
10 can use it to get an idea of the module's uses. It is usually a good idea
11 to provide version information here so that people can decide whether
12 fixes for the module are worth downloading.
15 INSTALLATION
17 To install this module, run the following commands:
19         perl Makefile.PL
20         make
21         make test
22         make install
24 SUPPORT AND DOCUMENTATION
26 After installing, you can find documentation for this module with the
27 perldoc command.
29     perldoc Net::DNS::DomainController::Discovery
31 You can also look for information at:
33     RT, CPAN's request tracker (report bugs here)
34         https://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-DNS-DomainController-Discovery
36     AnnoCPAN, Annotated CPAN documentation
37         http://annocpan.org/dist/Net-DNS-DomainController-Discovery
39     CPAN Ratings
40         https://cpanratings.perl.org/d/Net-DNS-DomainController-Discovery
42     Search CPAN
43         https://metacpan.org/release/Net-DNS-DomainController-Discovery
46 LICENSE AND COPYRIGHT
48 This software is Copyright (c) 2020 by Marcin CIESLAK.
50 This is free software, licensed under:
52   The Artistic License 2.0 (GPL Compatible)