This version was released on 2000-08-12.

Jaxdahl donated some shell time on his Win32 machine, allowing me to figure out why POE was failing miserably with ActiveState's Perl port. I made a bad assumption about source code newlines in POE::Preprocessor.

Wheel::ListenAccept wasn't as lagged behind Wheel::SocketFactory as I had thought. It required only minor changes to be brought up to date.

Skip some tests on Win32 because pipes can't be made non-blocking there.

Brian Buchanan found and fixed a problem where SIGCHLD would not be delivered when child processes exited by signal.

Added t/20_accept.t to test Wheel::ListenAccept.

Wrote lib/TestPipe.pm. This file tries to make a portable two-way pipe. It uses a pair of pipe(2)s, or a plain INET socket if that fails. This would make a great basis for an open3 thingy.

Back to POE CHANGES.