This version was released on 2000-07-26.

This public release also contains the changes found in private testing releases 0.110001 and 0.110002. Please see the changes in those revisions as well.

A peculiar sort of memory corruption is occurring when POE 0.11 is running under perl 5.6.0 (not perl-current, it seems) and Perl/Tk 800.021 (and 800.022). One specific string encounters a substitution, in the same place but at random times. It seems that its "->" substring is being changed into "-<", which causes samples/tk.perl to fail quietly. Changing the substring to "-!>" `fixes' the problem, as does removing the arrow altogether (which is what I eventually did). I don't know why it's happening, and close scrutiny seems to make the problem go away.

Back to POE CHANGES.