Subject: | Curses::UI::POE handles package_states incorrectly |
Curses::UI::POE does this in it's new method:
delete $options{package_states}{_start};
this results in an error if you are attempting to use package_states,
since (per POE::Session), package_states is an array ref (just like
object_states).
--
www.jasonkohles.com