Fix build on NetBSD-current.
[pkgsrcv2.git] / devel / p5-Test-POE-Server-TCP / DESCR
1 Test::POE::Server::TCP is a POE component that provides a TCP server
2 framework for inclusion in client component test cases, instead of
3 having to roll your own.
4
5 Once registered with the component, a session will receive events
6 related to client connects, disconnects, input and flushed output. Each
7 of these events will refer to a unique client ID which may be used in
8 communication with the component when sending data to the client or
9 disconnecting a client connection.