Skip Menu |

This queue is for tickets about the Pod-Generate-Recursive CPAN distribution.

Report information
The Basics
Id: 104851
Status: resolved
Priority: 0/
Queue: Pod-Generate-Recursive

People
Owner: ADDUTKO [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: pod coverage test fails
If Test::Pod::Coverage is installed, then running the test suite is causing a failure: # Failed test 'Pod coverage on Pod::Generate::Recursive' # at /opt/perl-5.22.0-RC2/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line 133. # Coverage for Pod::Generate::Recursive is 0.0%, with 5 naked subroutines: # debug # destination # new # run # source # 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-06-01 10:48:42, SREZIC wrote: Show quoted text
> If Test::Pod::Coverage is installed, then running the test suite is > causing a failure: > > # Failed test 'Pod coverage on Pod::Generate::Recursive' > # at /opt/perl-5.22.0-RC2/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > line 133. > # Coverage for Pod::Generate::Recursive is 0.0%, with 5 naked > subroutines: > # debug > # destination > # new > # run > # source > # 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};
Show quoted text
> # Coverage for Pod::Generate::Recursive is 0.0%, with 5 naked > subroutines: > # debug > # destination > # new > # run > # source > # Looks like you failed 1 test of 1. > t/pod-coverage.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests
Fixed in Trial release of 0.4 ... care to confirm? Pod-Generate-Recursive-0.4-TRIAL.tar.gz
Show quoted text
> 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};
Thanks Ether! Fix in 0.5-Trial! Pod-Generate-Recursive-0.5-TRIAL.tar.gz
Fixed one in 0.4 and another in 0.5.