Skip Menu |

This queue is for tickets about the AnyEvent-Discord-Client CPAN distribution.

Report information
The Basics
Id: 130752
Status: new
Priority: 0/
Queue: AnyEvent-Discord-Client

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

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



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 ...
On 2019-10-20 04:49:06, SREZIC wrote: Show quoted text
> 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 > ...
Also undeclared: * LWP::UserAgent * AnyEvent::HTTP * JSON