Skip Menu |

This queue is for tickets about the Stem CPAN distribution.

Report information
The Basics
Id: 36498
Status: new
Priority: 0/
Queue: Stem

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

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



Subject: Test errors if Event.pm not installled
Hi Uri, If Event.pm is not installed the event test treats this as optional and skips: t/event/event............skipped: Event.pm is not installed .. but all the socket tests will fail because they use Stem::Event::EventPM which requires Event: t/socket/plain...........Can't locate object method "_init_loop" via package "Stem::Event::EventPM" ... t/socket/plain_fork......Can't locate object method "_init_loop" via package "Stem::Event::EventPM" ... t/socket/ssl_fork........Can't locate object method "_init_loop" via package "Stem::Event::EventPM" ... Not sure if this suggests Event.pm should be a required prereq, or only wanted for these tests ;). Cheers, Stephen