aboutsummaryrefslogtreecommitdiffstats
path: root/t/kwalite.t
diff options
context:
space:
mode:
Diffstat (limited to 't/kwalite.t')
-rw-r--r--t/kwalite.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/kwalite.t b/t/kwalite.t
new file mode 100644
index 0000000..41c2ce7
--- /dev/null
+++ b/t/kwalite.t
@@ -0,0 +1,10 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More;
+
+eval { require Test::Kwalitee; Test::Kwalitee->import() };
+
+plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;