Skip Menu |

This queue is for tickets about the Catalyst-Manual-Monthly CPAN distribution.

Report information
The Basics
Id: 103294
Status: open
Priority: 0/
Queue: Catalyst-Manual-Monthly

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

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



Subject: Pod test fails
On 2015-04-03 10:57:30, SREZIC wrote: Show quoted text
> See http://www.cpantesters.org/cpan/report/afaa74ac-d127-11e4-a395- > d20ee1bfc7aa for a sample fail report.
Please don't allow pod tests to run for normal user installs. Either move them to xt/, or guard them with something like: plan skip_all => 'these tests are for authors only' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};