Subject: | Undeclared dependencies |
Grepping through t/live/xhr-polling.t finds:
11-plan tests => 2;
12-
13:use AnyEvent::Impl::Perl;
14:use AnyEvent::HTTP;
15-use Utils;
16-
Both EnyEvent modules are not declared as prerequisites. Cpantesters
have seen fails beacuse of this.
Please declare your prerequisites, it makes automated testing and
installing and packaging much easier.
Thanks && Regards,