Skip Menu |

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

Report information
The Basics
Id: 31429
Status: resolved
Priority: 0/
Queue: POE-Loop-EV

People
Owner: Nobody in particular
Requestors: cja987 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.02
Fixed in: (no value)



Subject: EV::METHOD_* symbols broken on recent EV versions
I believe the references to EV::METHOD_* and company need to change to EV::BACKEND_* since the former don't exist in EV anymore. For example, the tests fail with these errors (using EV 1.72) t/04critic........................................skipped: Critic test only for developers. t/30_loops/60_ev_devpoll/all_errors...............skipped: most of these should move into other test files t/30_loops/60_ev_devpoll/comp_tcp.................skipped: : Network access (and permission) required to run this test t/30_loops/60_ev_devpoll/comp_tcp_concurrent......skipped: : Network access (and permission) required to run this test t/30_loops/60_ev_devpoll/k_alarms.................* * POE can't use POE::Loop::EV: * Bareword "EV::METHOD_SELECT" not allowed while "strict subs" in use at /var/tmp/.cpan/build/POE-Loop-EV-0.02-xkbblC/blib/lib/POE/Loop/EV.pm line 44. Bareword "EV::METHOD_POLL" not allowed while "strict subs" in use at /var/tmp/.cpan/build/POE-Loop-EV-0.02-xkbblC/blib/lib/POE/Loop/EV.pm line 44. Bareword "EV::METHOD_EPOLL" not allowed while "strict subs" in use at /var/tmp/.cpan/build/POE-Loop-EV-0.02-xkbblC/blib/lib/POE/Loop/EV.pm line 44. Bareword "EV::METHOD_KQUEUE" not allowed while "strict subs" in use at /var/tmp/.cpan/build/POE-Loop-EV-0.02-xkbblC/blib/lib/POE/Loop/EV.pm line 44. Bareword "EV::METHOD_DEVPOLL" not allowed while "strict subs" in use at /var/tmp/.cpan/build/POE-Loop-EV-0.02-xkbblC/blib/lib/POE/Loop/EV.pm line 44. Bareword "EV::METHOD_PORT" not allowed while "strict subs" in use at /var/tmp/.cpan/build/POE-Loop-EV-0.02-xkbblC/blib/lib/POE/Loop/EV.pm line 44. Compilation failed in require at (eval 10) line 3.
Fixed in 0.03.