File: control

package info (click to toggle)
libnet-whois-parser-perl 0.08-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: perl: 405; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,033 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
Source: libnet-whois-parser-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jotam Jr. Trejo <jotamjr@debian.org.sv>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl (>= 0.420000)
Build-Depends-Indep: libnet-whois-raw-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-whois-parser-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-whois-parser-perl.git
Homepage: https://metacpan.org/release/Net-Whois-Parser
Testsuite: autopkgtest-pkg-perl

Package: libnet-whois-parser-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libnet-whois-raw-perl
Description: module for parsing whois information
 The Net::Whois::Parser module provides whois data parsing, it usees
 Net::Whois::Raw module to get whois information for domains and you can add
 your own parsers for any whois server.