http://poe.dynodns.net/ http://sf.net/projects/poe/ Version 0.1403 is mainly a bugfix for people running older perl versions. I'd slipped some zero-width negative look-behind assertions into regexps here and there, and someone's 5.004_05 production system couldn't cope. This is another release candidate for the CPAN release of 0.15. Please let me know POE still has breakage, especially when run with perl versions after 4.036 and before 5.6.0. Thanks! -- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net 0.1403 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. -End-
