Can't run the sample in the the perldoc; after adding "use POE::Component::Curses",
I get the following error:
Constant subroutine POE::Component::Curses::MainLoop::OBJECT redefined at
/Users/coke/usr/lib/perl5/site_perl/5.12.0/darwin-2level/Params/Validate.pm line 22
Constant subroutine POE::Component::Curses::OBJECT redefined at
/Users/coke/usr/lib/perl5/site_perl/5.12.0/POE/Component/Curses.pm line 23
followed by:
42063: Sessions were started, but POE::Kernel's run() method was never
42063: called to execute them. This usually happens because an error
42063: occurred before POE::Kernel->run() could be called. Please fix
42063: any errors above this notice, and be sure that POE::Kernel->run()
42063: is called. See documentation for POE::Kernel's run() method for
42063: another way to disable this warning.
This is perl 5, version 12, subversion 0 (v5.12.0) built for darwin-2level
I'll try a more recent perl.