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 29 30
|
Source: libtest-tcp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
IƱigo Tejedor Arrondo <poisonbit@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libio-socket-ip-perl (>= 0.39-3~) <!nocheck>,
libtest-sharedfork-perl <!nocheck>,
perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-tcp-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-tcp-perl.git
Homepage: https://metacpan.org/release/Test-TCP
Rules-Requires-Root: no
Package: libtest-tcp-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libio-socket-ip-perl (>= 0.39-3~),
libtest-sharedfork-perl
Description: module to test TCP/IP programs
Test::TCP is a Perl test framework for TCP/IP programs, especially those
written in Perl. For example, to test a client or server written in Perl,
one simply specifies code to launch the server on an arbitrary port and
provides corresponding code to execute a client to connect to it.
.
This module also supports running multiple servers in the same test file.
|