Skip Menu |

This queue is for tickets about the ArangoDB2 CPAN distribution.

Report information
The Basics
Id: 104965
Status: open
Priority: 0/
Queue: ArangoDB2

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

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



Subject: t/pod-coverage.t fails
Test fails if Test::Pod::Coverage is installed: # Failed test 'Pod coverage on ArangoDB2::HTTP::Curl' # at /opt/perl-5.22.0t/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line 133. # ArangoDB2::HTTP::Curl: requiring 'ArangoDB2::HTTP::Curl' failed # Looks like you failed 1 test of 23. t/pod-coverage.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/23 subtests
On 2015-06-04 11:31:14, SREZIC wrote: Show quoted text
> Test fails if Test::Pod::Coverage is installed: > > # Failed test 'Pod coverage on ArangoDB2::HTTP::Curl' > # at /opt/perl-5.22.0t/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line 133. > # ArangoDB2::HTTP::Curl: requiring 'ArangoDB2::HTTP::Curl' failed > # Looks like you failed 1 test of 23. > t/pod-coverage.t ................ > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/23 subtests
Please don't allow pod tests to run for normal user installs. Either move them to xt/, or guard them with: plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
On 2015-06-04 14:31:14, SREZIC wrote: Show quoted text
> Test fails if Test::Pod::Coverage is installed: > > # Failed test 'Pod coverage on ArangoDB2::HTTP::Curl' > # at /opt/perl-5.22.0t/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line 133. > # ArangoDB2::HTTP::Curl: requiring 'ArangoDB2::HTTP::Curl' failed > # Looks like you failed 1 test of 23. > t/pod-coverage.t ................ > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/23 subtests
Actually this happens only if WWW::Curl::Easy is not installed.