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: libparse-netstat-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@colivre.coop.br>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
perl
Build-Depends-Indep: libfile-sharedir-install-perl,
libfile-slurper-perl <!nocheck>,
libtest-simple-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libparse-netstat-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libparse-netstat-perl.git
Homepage: https://metacpan.org/release/Parse-Netstat
Rules-Requires-Root: no
Package: libparse-netstat-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${perl:Depends}
Description: module to parse the output of the "netstat" command
Parse::Netstat provides a function called "parse_netstat()" that
parses the output of the Unix "netstat" command.
|