File: control

package info (click to toggle)
libnet-irr-perl 0.08-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80 kB
  • sloc: perl: 176; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: libnet-irr-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlos Vicente <cvicente@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libnet-irr-perl.git
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libnet-irr-perl.git
Homepage: http://search.cpan.org/dist/Net-IRR/

Package: libnet-irr-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
Description: perl interface to the Internet Route Registry daemon
 Net::IRR provides an object oriented perl interface to the Internet Route
 Registry. The interface uses the RIPE/RPSL Tool Query Language as defined in
 Appendix B of the IRRd User Guide. The guide can be found at
 http://www.irrd.net/, however an understanding of the query language is not
 required to use this module.
 .
 Net::IRR supports IRRd's multiple-command mode. Multiple-command mode is good
 for intensive queries since only one TCP connection needs to be made for
 multiple queries. The interface also allows for additional queries that
 aren't supported by standard UNIX whois utitilies.