1Net::DNS::Resolver::BasUes(e3r)Contributed Perl DocumentNaetti:o:nDNS::Resolver::Base(3)
2
3
4

NAME

6       Net::DNS::Resolver::Base - DNS resolver base class
7

SYNOPSIS

9           use base qw(Net::DNS::Resolver::Base);
10

DESCRIPTION

12       This class is the common base class for the different platform sub-
13       classes of Net::DNS::Resolver.
14
15       No user serviceable parts inside, see Net::DNS::Resolver for all your
16       resolving needs.
17

METHODS

19   new, domain, searchlist, nameservers, print, string, errorstring,
20   search, query, send, bgsend, bgbusy, bgread, axfr, answerfrom,
21   force_v4, force_v6, prefer_v4, prefer_v6,
22   dnssec, srcaddr, tsig, udppacketsize
23       See Net::DNS::Resolver.
24
26       Copyright (c)2003,2004 Chris Reinhardt.
27
28       Portions Copyright (c)2005 Olaf Kolkman.
29
30       Portions Copyright (c)2014-2017 Dick Franks.
31
32       All rights reserved.
33

LICENSE

35       Permission to use, copy, modify, and distribute this software and its
36       documentation for any purpose and without fee is hereby granted,
37       provided that the above copyright notice appear in all copies and that
38       both that copyright notice and this permission notice appear in
39       supporting documentation, and that the name of the author not be used
40       in advertising or publicity pertaining to distribution of the software
41       without specific prior written permission.
42
43       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
44       OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
45       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
46       IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
47       CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
48       TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
49       SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
50

SEE ALSO

52       perl, Net::DNS, Net::DNS::Resolver
53
54
55
56perl v5.26.3                      2018-02-09       Net::DNS::Resolver::Base(3)
Impressum