Skip Menu |

This queue is for tickets about the Web-DataService CPAN distribution.

Report information
The Basics
Id: 96830
Status: open
Priority: 0/
Queue: Web-DataService

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

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



Subject: t/pod.t and t/pod-coverage.t tests fail
See subject. Regards, Slaven
On 2014-06-29 21:49:00, SREZIC wrote: Show quoted text
> See subject. > > Regards, > Slaven
Pod tests should not be running for normal user installs. Either move the tests to xt/, or guard them with: plan skip_all => 'these tests are for authors only' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};