Skip Menu |

This queue is for tickets about the Bison CPAN distribution.

Report information
The Basics
Id: 95931
Status: open
Priority: 0/
Queue: Bison

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

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



Subject: pod coverage test is failing
See subject.
Pod coverage tests should not be running for the user. Either move it to xt/, or guard it with: use Test::More; plan skip_all => 'these tests are for authors only' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};