File: control

package info (click to toggle)
libnet-dns-perl 0.66-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,108 kB
  • ctags: 537
  • sloc: perl: 7,793; ansic: 104; makefile: 60
file content (19 lines) | stat: -rw-r--r-- 748 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libnet-dns-perl
Homepage: http://www.net-dns.org/
Section: perl
Priority: optional
Maintainer: Florian Hinzmann <fh@debian.org>
Standards-Version: 3.8.4.0
Build-Depends: debhelper (>= 7), libdigest-hmac-perl (>= 1),
 libnet-ip-perl (>= 1.2), perl (>= 5.10.0), quilt (>= 0.46-7)

Package: libnet-dns-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
 libdigest-hmac-perl (>= 1), libmime-base64-perl, libnet-ip-perl (>= 1.2)
Suggests: libio-socket-inet6-perl
Description: Perform DNS queries from a Perl script
 Net::DNS is a DNS resolver implemented in Perl.  It allows the
 programmer to perform nearly any type of DNS query from a Perl
 script. 
 With libio-socket-inet6-perl installed it supports IPv6.