1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libnet-dns-perl
Section: interpreters
Priority: extra
Maintainer: Florian Hinzmann <fh@debian.org>
Standards-Version: 3.2.0
Build-Depends-indep: debhelper, libdigest-md5-perl, libdigest-sha1-perl, libdigest-hmac-perl, libmime-base64-perl
Package: libnet-dns-perl
Architecture: all
Depends: ${perl:Depends}, libdigest-md5-perl, libdigest-sha1-perl, libdigest-hmac-perl, libmime-base64-perl
Description: Net::DNS is a Perl interface to the DNS resolver.
Net::DNS is a Perl interface to the DNS resolver. It allows the
programmer to perform any type of DNS query from a Perl script.
.
As of version 0.02, Net::DNS is written entirely in Perl. Version
0.01 was written mostly in C and used the system's resolver.
.
The author invites feedback on the module, particularly at this
early stage of its development. If there's something you'd like
to have added, please let me/him know.
|