aboutsummaryrefslogtreecommitdiffstats
path: root/t/03kwality.t
diff options
context:
space:
mode:
Diffstat (limited to 't/03kwality.t')
-rw-r--r--t/03kwality.t2
1 files changed, 2 insertions, 0 deletions
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 $@;