File: control

package info (click to toggle)
libtest-unixsock-perl 0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • ctags: 16
  • sloc: perl: 162; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 939 bytes parent folder | download
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: libtest-unixsock-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9.20140227~),
 libmodule-build-tiny-perl,
 perl
Build-Depends-Indep: libtest-sharedfork-perl (>= 0.29),
 libtest-tcp-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-unixsock-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-unixsock-perl.git
Homepage: https://metacpan.org/release/Test-UNIXSock
Testsuite: autopkgtest-pkg-perl

Package: libtest-unixsock-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libtest-sharedfork-perl (>= 0.29),
 libtest-tcp-perl
Description: test module for UNIX domain sockets
 Test::UNIXSock is a test utility to test UNIX domain socket server programs.
 .
 It is based on Test::TCP.