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 31 32 33
|
Source: libtest-poe-server-tcp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Radici <antonio@dyne.org>,
Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>,
Ryan Niebur <ryan@debian.org>,
Nathan Handler <nhandler@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libpoe-perl,
perl (>= 5.15.9) | libsocket-perl,
netbase
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-poe-server-tcp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-poe-server-tcp-perl.git
Homepage: https://metacpan.org/release/Test-POE-Server-TCP
Testsuite: autopkgtest-pkg-perl
Package: libtest-poe-server-tcp-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libpoe-perl,
perl (>= 5.15.9) | libsocket-perl
Description: test framework for TCP client libraries using POE
Test::POE::Server::TCP is a Perl Object Environment (POE, see libpoe-perl)
component that provides a TCP server framework for inclusion in your client
module's test cases. Once registered, a session will receive events related
to client connections, disconnections, input and any flushed output. It will
also get a unique client identifier which may be used in communication with
the client component when sending data to the client or ending a connection.
|