Skip Menu |

This queue is for tickets about the POE-Loop-Prima CPAN distribution.

Report information
The Basics
Id: 105012
Status: resolved
Priority: 0/
Queue: POE-Loop-Prima

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

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



Subject: t/pod-coverage.t fails
If Test::Pod::Coverage is installed: # Failed test 'Pod coverage on POE::Loop::Prima' # at /opt/perl-5.22.0/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line 133. # POE::Loop::Prima: requiring 'POE::Loop::Prima' failed # Looks like you failed 1 test of 1. t/99_pod_coverage.t .............................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests See also http://matrix.cpantesters.org/?dist=POE-Loop-Prima%201.02 for a pass/fail overview.
On 2015-06-05 23:44:41, SREZIC wrote: Show quoted text
> If Test::Pod::Coverage is installed: > > # Failed test 'Pod coverage on POE::Loop::Prima' > # at /opt/perl-5.22.0/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line > # 133. > # POE::Loop::Prima: requiring 'POE::Loop::Prima' failed > # Looks like you failed 1 test of 1. > t/99_pod_coverage.t .............................. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > > See also http://matrix.cpantesters.org/?dist=POE-Loop-Prima%201.02 for > a pass/fail overview.
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};
I think I fixed the test failure in 1.03. I haven't moved pod tests to xt though for this module because "prove xt" didn't fly for me, but I'll consider it for the others. Thank you for the feedback!