This version was released on 2000-06-07.

Version 0.1006 was put on the web site, but ignatz found a bug in SocketFactory that prevented t/09_wheels_unix.t from passing on Linux machines. a-mused confirmed that the problem appears on Linux but not Solaris. My own FreeBSD system was not affected. The bug relates to calling getpeername on UNIX domain sockets. The resulting unpack_sockaddr_un call would fail when getpeername returned an undefined (not undef) value. The failing code is now wrapped in eval, and it will gracefully recover from this sort of error.

Many thanks to ignatz and a-mused for quick testing, and to Fletch for verifying that 0.1007 works on RedHat 6.2 x86!

Back to POE CHANGES.