Skip Menu |

This queue is for tickets about the Bot-Pastebot CPAN distribution.

Report information
The Basics
Id: 131671
Status: new
Priority: 0/
Queue: Bot-Pastebot

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

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



Subject: Undeclared dependency CGI::Cookie
t/01_basic.t fails if CGI::Cookie is not installed: ... # Failed test 'use Bot::Pastebot::WebUtil;' # at t/01_basic.t line 8. # Tried to use 'Bot::Pastebot::WebUtil'. # Error: Can't locate CGI/Cookie.pm in @INC (you may need to install the CGI::Cookie module) (@INC contains: ... .) at /usr/home/cpansand/.cpan/build/2020020417/Bot-Pastebot-0.600-7/blib/lib/Bot/Pastebot/WebUtil.pm line 12. # BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020020417/Bot-Pastebot-0.600-7/blib/lib/Bot/Pastebot/WebUtil.pm line 12. # Compilation failed in require at t/01_basic.t line 8. # BEGIN failed--compilation aborted at t/01_basic.t line 8. # Failed test 'use Bot::Pastebot::Client::Irc;' # at t/01_basic.t line 9. # Tried to use 'Bot::Pastebot::Client::Irc'. # Error: Attempt to reload Bot/Pastebot/WebUtil.pm aborted. # Compilation failed in require at /usr/home/cpansand/.cpan/build/2020020417/Bot-Pastebot-0.600-7/blib/lib/Bot/Pastebot/Server/Http.pm line 18. # BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020020417/Bot-Pastebot-0.600-7/blib/lib/Bot/Pastebot/Server/Http.pm line 21. # Compilation failed in require at /usr/home/cpansand/.cpan/build/2020020417/Bot-Pastebot-0.600-7/blib/lib/Bot/Pastebot/Client/Irc.pm line 21. # BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020020417/Bot-Pastebot-0.600-7/blib/lib/Bot/Pastebot/Client/Irc.pm line 21. # Compilation failed in require at t/01_basic.t line 9. # BEGIN failed--compilation aborted at t/01_basic.t line 9. # Failed test 'use Bot::Pastebot::Server::Http;' # at t/01_basic.t line 10. # Tried to use 'Bot::Pastebot::Server::Http'. # Error: Attempt to reload Bot/Pastebot/Server/Http.pm aborted. # Compilation failed in require at t/01_basic.t line 10. # BEGIN failed--compilation aborted at t/01_basic.t line 10. # Looks like you failed 3 tests of 6. t/01_basic.t .............. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/6 subtests ...