Skip Menu |

This queue is for tickets about the Backed_Objects CPAN distribution.

Report information
The Basics
Id: 105862
Status: open
Priority: 0/
Queue: Backed_Objects

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: pod coverage test fails (1.15)
Test suite fails if Test::Pod::Coverage is installed: # Failed test 'Pod coverage on Backed_Objects' # at /usr/perl5.18.4p/lib/site_perl/5.18.4/Test/Pod/Coverage.pm line 133. # Coverage for Backed_Objects is 95.7%, with 1 naked subroutine: # output_all_and_order # Looks like you failed 1 test of 1. t/pod-coverage.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
On 2015-07-14 10:31:55, SREZIC wrote: Show quoted text
> Test suite fails if Test::Pod::Coverage is installed: > > # Failed test 'Pod coverage on Backed_Objects' > # at /usr/perl5.18.4p/lib/site_perl/5.18.4/Test/Pod/Coverage.pm line 133. > # Coverage for Backed_Objects is 95.7%, with 1 naked subroutine: > # output_all_and_order > # Looks like you failed 1 test of 1. > t/pod-coverage.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 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};