aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-05-04 18:22:16 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-05-04 18:26:52 +0200
commit54f843b79a4e74f6476b47a581135d15771aec71 (patch)
tree2f1185fbe4044b04f93833485009573d2d8a35fe
parent76365775657c41441209b5090118d309bf8ed339 (diff)
downloadperl-URPM-54f843b79a4e74f6476b47a581135d15771aec71.tar
perl-URPM-54f843b79a4e74f6476b47a581135d15771aec71.tar.gz
perl-URPM-54f843b79a4e74f6476b47a581135d15771aec71.tar.bz2
perl-URPM-54f843b79a4e74f6476b47a581135d15771aec71.tar.xz
perl-URPM-54f843b79a4e74f6476b47a581135d15771aec71.zip
add kwality test
-rw-r--r--t/03kwality.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/03kwality.t b/t/03kwality.t
new file mode 100644
index 0000000..1d84d62
--- /dev/null
+++ b/t/03kwality.t
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+use Test::More;
+
+eval { require Test::Kwalitee; Test::Kwalitee->import() };
+
+plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;
+