Skip Menu |

This queue is for tickets about the Log-Dispatch-Scribe CPAN distribution.

Report information
The Basics
Id: 117682
Status: new
Priority: 0/
Queue: Log-Dispatch-Scribe

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

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



Subject: Missing dependency Scribe::Thrift::scribe (0.06)
Only the pod-coverage.t test fails with a compilation error: t/pod-coverage.t .. 1/1 # Failed test 'Pod coverage on Log::Dispatch::Scribe' # at /opt/perl-5.24.0/lib/site_perl/5.24.0/Test/Pod/Coverage.pm line 133. # Log::Dispatch::Scribe: requiring 'Log::Dispatch::Scribe' failed # Looks like you failed 1 test of 1. t/pod-coverage.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Actually this happens because a dependency is missing: $ perl5.24.0 -Mblib -MLog::Dispatch::Scribe -e1 Can't locate Scribe/Thrift/scribe.pm in @INC (you may need to install the Scribe::Thrift::scribe module) (@INC contains: /tmpfs/.cpan-build-cpansand/2016090903/Log-Dispatch-Scribe-0.06-0/blib/arch /tmpfs/.cpan-build-cpansand/2016090903/Log-Dispatch-Scribe-0.06-0/blib/lib /opt/perl-5.24.0/lib/site_perl/5.24.0/x86_64-linux /opt/perl-5.24.0/lib/site_perl/5.24.0 /opt/perl-5.24.0/lib/5.24.0/x86_64-linux /opt/perl-5.24.0/lib/5.24.0 .) at /tmpfs/.cpan-build-cpansand/2016090903/Log-Dispatch-Scribe-0.06-0/blib/lib/Log/Dispatch/Scribe.pm line 11. BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016090903/Log-Dispatch-Scribe-0.06-0/blib/lib/Log/Dispatch/Scribe.pm line 11. Compilation failed in require. BEGIN failed--compilation aborted. But not other test fails, so maybe you should also add a compile only test, without faking modules like in t/scribe.t.