Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
/ p5-Net-GetDNS Public archive

Perl bindings for getdns, a modern asynchronous DNS API

License

Notifications You must be signed in to change notification settings

DNS-OARC/p5-Net-GetDNS

Repository files navigation

DISCONTINUED: This project has been discontinued and will not receive any future updates or bug fixes.

p5-Net-GetDNS

Perl bindings for getdns, a modern asynchronous DNS API

Depends

See https://github.com/jelu/apps/blob/u16/develop/getdns/Dockerfile

Build

perl Makefile.PL
RELEASE_TESTING=1 TEST_AUTHOR=1 make all test

Usage

See t/query.t or t/syncquery.t.