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