Skip Menu |

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

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

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: t/03_pod_cover.t fails
On 2015-07-26 12:47:54, SREZIC wrote: Show quoted text
> See subject. A sample fail report: > http://www.cpantesters.org/cpan/report/695325d2-661e-11e3-8871- > 97def1eb6092
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};