- Update package for p5 module Test::POE::Server::TCP to 1.02
- adjust dependencies to fit requirements from META.yml
Upstream changes:
1.02 Tue Apr 7 21:10:28 BST 2009
- Make auto_set_repository() only run at author-time
1.00 Mon Apr 6 22:56:27 BST 2009
- Bump version for 'stable' release
- add auto set repository to Makefile.PL
0.18 Mon Feb 2 12:36:52 GMT 2009
- Fixed 10_prefix.t test on Cygwin
Upstream changes:
0.16 Sat Jan 17 12:29:04 GMT 2009
- Fixed 07_synopsis.t test on Cygwin
0.14 Thu Jan 15 09:43:58 GMT 2009
- Enabled 'prefix' to be specified.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Test::POE::Server::TCP is a POE component that provides a TCP server
framework for inclusion in client component test cases, instead of
having to roll your own.
Once registered with the component, a session will receive events
related to client connects, disconnects, input and flushed output. Each
of these events will refer to a unique client ID which may be used in
communication with the component when sending data to the client or
disconnecting a client connection.