Source: libtest-tcp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Iñigo Tejedor Arrondo <poisonbit@gmail.com>,
           Fabrizio Regalli <fabreg@fabreg.it>,
           Nathan Handler <nhandler@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libtest-sharedfork-perl (>= 0.29),
                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
                     perl (>= 5.19.8) | libio-socket-ip-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-tcp-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-tcp-perl.git
Homepage: https://metacpan.org/release/Test-TCP
Testsuite: autopkgtest-pkg-perl

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.

