Skip Menu |

This queue is for tickets about the Data-Printer-Filter-ClassicRegex CPAN distribution.

Report information
The Basics
Id: 103335
Status: open
Priority: 0/
Queue: Data-Printer-Filter-ClassicRegex

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

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



On 2015-04-06 04:22:47, SREZIC wrote: Show quoted text
> See http://analysis.cpantesters.org/solved?distv=Data-Printer-Filter- > ClassicRegex-0.01#qr%3A%28Failed%20test\s%2B\S%2B.*%29 for an analysis > of fail reports.
Please don't make pod and perlcritic tests 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};