Skip Menu |

This queue is for tickets about the POE-Loop-Wx CPAN distribution.

Report information
The Basics
Id: 55881
Status: new
Priority: 0/
Queue: POE-Loop-Wx

People
Owner: Nobody in particular
Requestors: APOCAL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.04
Fixed in: (no value)



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