Subject: | Undeclared dependency AnyEvent::WebSocket::Client |
The test suite fails on some of my smokers, probably because of a missing dependency (which therefore should be declared as a prereq):
...
# Failed test 'use AnyEvent::Discord::Client;'
# at t/00-load.t line 10.
# Tried to use 'AnyEvent::Discord::Client'.
# Error: Can't locate AnyEvent/WebSocket/Client.pm in @INC (you may need to install the AnyEvent::WebSocket::Client module) (@INC contains: /usr/home/cpansand/.cpan/build/2019100409/AnyEvent-Discord-Client-0.000002-3/blib/lib /usr/home/cpansand/.cpan/build/2019100409/AnyEvent-Discord-Client-0.000002-3/blib/arch /usr/perl5.28.1Dp/lib/site_perl/5.28.1/amd64-freebsd-ld /usr/perl5.28.1Dp/lib/site_perl/5.28.1 /usr/perl5.28.1Dp/lib/5.28.1/amd64-freebsd-ld /usr/perl5.28.1Dp/lib/5.28.1) at /usr/home/cpansand/.cpan/build/2019100409/AnyEvent-Discord-Client-0.000002-3/blib/lib/AnyEvent/Discord/Client.pm line 8.
# BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2019100409/AnyEvent-Discord-Client-0.000002-3/blib/lib/AnyEvent/Discord/Client.pm line 8.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Use of uninitialized value $AnyEvent::Discord::Client::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Looks like your test exited with 255 just after 1.
FAILED--Further testing stopped.
*** Error code 255
...