Skip Menu |

This queue is for tickets about the HTML-Template-Compiled-Plugin-LineBreak CPAN distribution.

Report information
The Basics
Id: 106100
Status: open
Priority: 0/
Queue: HTML-Template-Compiled-Plugin-LineBreak

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

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



Subject: t/03_pod_cover.t fails
On 2015-07-26 12:49:03, SREZIC wrote: Show quoted text
> A sample fail report: http://www.cpantesters.org/cpan/report/fe83b2de- > 6ac3-11e4-ab43-ae0a2fe5cfa2
Pod tests should never be running for normal user installs anyway. You can address this either by moving the file to xt/, or adding a guard like so: plan skip_all => 'These tests are for authors only!' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};