Skip Menu |

This queue is for tickets about the Devel-Mortality CPAN distribution.

Report information
The Basics
Id: 109764
Status: open
Priority: 0/
Queue: Devel-Mortality

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

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



Subject: Pod test fails (encoding problem)
On 2015-11-26 23:20:57, SREZIC wrote: Show quoted text
> See http://www.cpantesters.org/cpan/report/8afe06c6-9023-11e5-9d3d- > 99c0e0bfc7aa for a sample fail report.
Please don't allow pod tests to run for normal user installs, as they make the installation fail unnecessarily. 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};