summaryrefslogtreecommitdiffstats
path: root/t/03kwality.t
diff options
context:
space:
mode:
Diffstat (limited to 't/03kwality.t')
-rw-r--r--t/03kwality.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/03kwality.t b/t/03kwality.t
new file mode 100644
index 00000000..a45a1636
--- /dev/null
+++ b/t/03kwality.t
@@ -0,0 +1,9 @@
+#!/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 $@;
+