Skip Menu |

This queue is for tickets about the Rex-Test-Spec CPAN distribution.

Report information
The Basics
Id: 104845
Status: open
Priority: 0/
Queue: Rex-Test-Spec

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

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



Subject: pod coverage test fails
While running "make test": # Failed test 'Pod coverage on Rex::Test::Spec' # at /usr/perl5.8.9/lib/site_perl/5.8.9/Test/Pod/Coverage.pm line 133. # Coverage for Rex::Test::Spec is 0.0%, with 4 naked subroutines: # context # describe # it # its (etc.)
On 2015-06-01 09:25:38, SREZIC wrote: Show quoted text
> While running "make test": > > # Failed test 'Pod coverage on Rex::Test::Spec' > # at /usr/perl5.8.9/lib/site_perl/5.8.9/Test/Pod/Coverage.pm line 133. > # Coverage for Rex::Test::Spec is 0.0%, with 4 naked subroutines: > # context > # describe > # it > # its > (etc.)
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};