Skip Menu |

This queue is for tickets about the Flexnet-lmutil CPAN distribution.

Report information
The Basics
Id: 107791
Status: resolved
Priority: 0/
Queue: Flexnet-lmutil

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

Bug Information
Severity: (no value)
Broken in: 1.3
Fixed in: 1.5



Subject: pod coverage test fails
On 2015-10-14 23:43:45, SREZIC wrote: Show quoted text
> A sample fail report: http://www.cpantesters.org/cpan/report/549477ca- > 7299-11e5-a50b-ef2ce0bfc7aa
Please don't allow pod tests to run for normal user installs, as the failure can be detected on the author side just as well, and this failure does not impair the normal functioning of the code. 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};