Subject: | This loop is broken with modern POE? |
Hello,
I am trying to test POE against many event loops as part of it's
sanity check process. This loop will not even load properly as seen here:
apoc@blackhole:~$ perl -MWx -MPOE -e 'print
$poe_kernel->poe_kernel_loop(), "\n"; $poe_kernel->run'
POE::Loop::Wx
Can't call method "MainLoop" on an undefined value at
/usr/local/share/perl/5.10.0/POE/Loop/Wx.pm line 91.
This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi
POE v1.287
Wx v0.94
POE::Loop::Wx 0.04
I'm not sure what is the problem here but I'm willing to work with you
to solve this. Please let me know how we should proceed :)
Thanks again for your work on this POE module!
--
~Apocalypse