Apologies for releasing this twice in a single day. Version 0.16
failed tests on Linux, and I wanted to push a second CPAN version
before too many people got the broken one.
As usual, there's more than one way to download it:
http://poe.perl.org/
http://sf.net/projects/poe/
... and your favorite CPAN mirror, when it updates.
-- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net
0.17 2001.08.29
---------------
This is the second release today. It fixes a test failure on Linux.
Brian Knox discovered (the hard way) that POE::Wheel::Run wasn't
flushing STDOUT and STDERR when executing coderefs. Added auto-flush
to those handles and explicit close() calls after the coderef was run.
Added coral's idea and algorithm for timesliced code to TODO.
Fixed POE::Pipe's custom socketpair on Linux. Calling getpeername on
a connecting socket returns a value that does not equal accept's
return value, despite both ends of the socket being on the same
machine, in the same program.
Added dynweb's Solaris test results for 0.16. Added my own test
results for 0.17 on FreeBSD and Linux.
-End-