Skip Menu |

This queue is for tickets about the Logic-Tools CPAN distribution.

Report information
The Basics
Id: 105479
Status: open
Priority: 0/
Queue: Logic-Tools

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

Bug Information
Severity: (no value)
Broken in:
  • 0.5.3
  • 0.5.4
  • 0.5.6
  • 0.5.7
Fixed in: (no value)



Subject: pod and critic tests fail (0.5.3)
See subject.
On 2015-06-25 09:10:30, SREZIC wrote: Show quoted text
> See subject.
Please don't allow code coverage, spelling, and critic tests to run for normal user installs. Either move them to xt/, or guard them with: use Test::More; plan skip_all "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};