Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atoomic/dns-ldns
Unofficial git repo to track changes from Perl DNS::LDNS package
https://github.com/atoomic/dns-ldns
Last synced: 5 days ago
JSON representation
Unofficial git repo to track changes from Perl DNS::LDNS package
- Host: GitHub
- URL: https://github.com/atoomic/dns-ldns
- Owner: atoomic
- License: other
- Created: 2021-09-24T21:10:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T15:58:39.000Z (over 3 years ago)
- Last Synced: 2024-11-18T19:05:07.268Z (2 months ago)
- Language: Perl
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
DNS::LDNS version 0.62
======================DESCRIPTION
DNS::LDNS is a perl OO-wrapper for the ldns library. For a detailed
description on how this library works, you are advised to read the ldns
documentation. For a functional description of the wrapper classes,
please read the perldoc for DNS::LDNS and subclasses.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
ldns
AUTHOR
Erik Pihl Ostlyngen, [email protected]
COPYRIGHT AND LICENCE
Copyright (C) 2019 by Norid AS
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.