to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
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=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Upstream changes:
==============================
2010-07-19 14:40:55 +0100 1.14
==============================
commit f5df5ac7dc5f5b6cbddaf127993870d26d9b2614
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Mon Jul 19 14:40:55 2010 +0100
Check for definedness of stuff given to send to clients.
Pkgsrc changes:
- adjust dependencies
Upstream changes:
==============================
2010-07-07 11:46:56 +0100 1.12
==============================
commit 38faf9bb17668dac118fa4d841e19962d32b1de9
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Wed Jul 7 11:46:56 2010 +0100
The disconnected event will now include the same information as the
connected event.
commit 1c86e7a38ef289d9264f5f53f2fdb6bc7f527a40
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Wed Jul 7 11:41:00 2010 +0100
Converted dist to Dist::Zilla using Dist::Zooky
==============================
2010-03-20 08:39:20 +0000 1.10
==============================
commit a68e2982ef8b1d6bd0874c744a24e1c42bc35745
Author: Chris Williams <chris@bingosnet.co.uk>
Date: Sat Mar 20 08:39:20 2010 +0000
Fixed listener being deleted on all operations failures. Added
'start_listener' mechanism
==============================
2009-07-13 15:34:03 +0100 1.08
==============================
commit baef543c27fee34ec89fe0855da3157a554982d1
Author: Chris Williams <chris@bingosnet.co.uk>
Date: Mon Jul 13 15:34:03 2009 +0100
Prepared for CPAN Release
commit 6c62b356c7f401885ee17365742b212b246d5a0
Author: Chris Williams <chris@bingosnet.co.uk>
Date: Mon Jul 13 15:32:11 2009 +0100
Added send_to_all_clients, a broadcast mechanism
===================================
End of changes in the last 365 days
===================================
- 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.