Skip Menu |

This queue is for tickets about the Promises CPAN distribution.

Report information
The Basics
Id: 123404
Status: resolved
Priority: 0/
Queue: Promises

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

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



Subject: Undeclared dependencies
Tests fail if some modules are not installed: AE, EV, IO::Async::Loop. Probably these have to be skipped or so: ... # Failed test 'Promises/Deferred/AE.pm loaded ok' # at t/00-compile.t line 44. # got: '512' # expected: '0' Can't locate AE.pm in @INC (you may need to install the AE module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2017102712/Promises-0.98-DNhjfI/blib/lib/Promises/Deferred/AE.pm line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017102712/Promises-0.98-DNhjfI/blib/lib/Promises/Deferred/AE.pm line 8. Compilation failed in require at -e line 1. # Failed test 'Promises/Deferred/AnyEvent.pm loaded ok' # at t/00-compile.t line 44. # got: '512' # expected: '0' Can't locate AnyEvent.pm in @INC (you may need to install the AnyEvent module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2017102712/Promises-0.98-DNhjfI/blib/lib/Promises/Deferred/AnyEvent.pm line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017102712/Promises-0.98-DNhjfI/blib/lib/Promises/Deferred/AnyEvent.pm line 8. Compilation failed in require at -e line 1. # Failed test 'Promises/Deferred/EV.pm loaded ok' # at t/00-compile.t line 44. # got: '512' # expected: '0' Can't locate EV.pm in @INC (you may need to install the EV module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2017102712/Promises-0.98-DNhjfI/blib/lib/Promises/Deferred/EV.pm line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017102712/Promises-0.98-DNhjfI/blib/lib/Promises/Deferred/EV.pm line 8. Compilation failed in require at -e line 1. # Failed test 'Promises/Deferred/IO/Async.pm loaded ok' # at t/00-compile.t line 44. # got: '512' # expected: '0' Can't locate IO/Async/Loop.pm in @INC (you may need to install the IO::Async::Loop module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2017102712/Promises-0.98-DNhjfI/blib/lib/Promises/Deferred/IO/Async.pm line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017102712/Promises-0.98-DNhjfI/blib/lib/Promises/Deferred/IO/Async.pm line 8. Compilation failed in require at -e line 1. # Looks like you failed 4 tests of 8. t/00-compile.t ................... Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/8 subtests ...
Yikes! Thanks. Fix on its way to CPAN.