This version was released on 2001-06-07.

Added POE::Kernel method alias_list() to return the alias(es) associated with a particular session.

Documented alias_list(), and added tests to t/03_aliases.t

Changed case of Changes in NEEDS.

Added TODO to NEEDS.

Applied Philip Gwyn's patches to remove zero-width negative look-behind assertions from lib/deptest.perl. They were preventing the dependency checker from running under 5.004_05.

Applied Philip Gwyn's patch to prevent t/18_filter_line.t from dying outright when compiled regexps aren't available. D'oh!

POE::Wheel::ReadLine also used a zero-width negative look-behind assertion for an elegant single regexp that transposes words. The code that replaces it is 36 lines long, but it works with 5.004_05.

Back to POE CHANGES.