Source: libtest-poe-server-tcp-perl Maintainer: Debian Perl Group Uploaders: Antonio Radici , Jonathan Yu , gregor herrmann , Ryan Niebur , Nathan Handler 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.