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 (>= 10)
Build-Depends-Indep: perl,
                     libtest-sharedfork-perl (>= 0.29),
                     perl (>= 5.19.8) | libio-socket-ip-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-tcp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-tcp-perl.git
Homepage: https://metacpan.org/release/Test-TCP

Package: libtest-tcp-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libtest-sharedfork-perl (>= 0.29),
         perl (>= 5.19.8) | libio-socket-ip-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.
