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

..03-May-2022-

lib/DNS/H03-Dec-2021-3,9221,951

t/H03-Dec-2021-604473

ChangesH A D03-Dec-20212.2 KiB5442

LDNS.xsH A D03-Dec-202162.3 KiB3,4352,940

LICENSEH A D03-Dec-2021121 53

MANIFESTH A D03-Dec-2021678 3938

META.ymlH A D03-Dec-2021687 3029

Makefile.PLH A D03-Dec-202115.6 KiB356336

READMEH A D03-Dec-2021848 3723

constants.PLH A D03-Dec-202114 KiB281275

dist.iniH A D03-Dec-2021341 1917

ppport.hH A D03-Dec-2021170.8 KiB7,0643,086

typemapH A D03-Dec-20212.2 KiB7263

README

1DNS::LDNS version 0.61
2======================
3
4DESCRIPTION
5
6DNS::LDNS is a perl OO-wrapper for the ldns library. For a detailed
7description on how this library works, you are advised to read the ldns
8documentation. For a functional description of the wrapper classes,
9please read the perldoc for DNS::LDNS and subclasses.
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20DEPENDENCIES
21
22This module requires these other modules and libraries:
23
24    ldns
25
26AUTHOR
27
28Erik Pihl Ostlyngen, erik.ostlyngen@uninett.no
29
30COPYRIGHT AND LICENCE
31
32Copyright (C) 2013 by UNINETT Norid AS
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself, either Perl version 5.8.8 or,
36at your option, any later version of Perl 5 you may have available.
37