aboutsummaryrefslogtreecommitdiffstats
path: root/t/03kwality.t
blob: 1d84d62a43b56a1ba808af75cac3fe44542c7fe8 (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl
use Test::More;

eval { require Test::Kwalitee; Test::Kwalitee->import() };

plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;