File: control

package info (click to toggle)
libtest-unixsock-perl 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 162; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,012 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
26
Source: libtest-unixsock-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libtest-sharedfork-perl <!nocheck>,
                     libtest-tcp-perl <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-unixsock-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-unixsock-perl.git
Homepage: https://metacpan.org/release/Test-UNIXSock

Package: libtest-unixsock-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtest-sharedfork-perl,
         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.