Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 390 Bytes

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.