From 64e625e4df8b6434a469172236705b3b4c8093a2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 6 May 2020 10:51:31 +0200 Subject: Do not run Kwalitee test by default --- t/03kwality.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/03kwality.t b/t/03kwality.t index 1d84d62..a45a163 100644 --- a/t/03kwality.t +++ b/t/03kwality.t @@ -1,6 +1,8 @@ #!/usr/bin/perl use Test::More; +plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING}; + eval { require Test::Kwalitee; Test::Kwalitee->import() }; plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@; -- cgit v1.2.1