Skip Menu |

This queue is for tickets about the Hessian-Translator CPAN distribution.

Report information
The Basics
Id: 95933
Status: open
Priority: 0/
Queue: Hessian-Translator

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

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



Subject: Fails if Test::Perl::Critic is installed
See subject.
This test should not be running for normal user installs. Either move it to xt/, or guard it with: plan skip_all => 'this test is for authors only' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
On Mon May 26 14:44:56 2014, ETHER wrote: Show quoted text
> This test should not be running for normal user installs. Either move > it to xt/, or guard it with: > > plan skip_all => 'this test is for authors only' unless > $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
As you suggested, I've put a test in to skip all tests if those two environment variables are not set to something.