summaryrefslogtreecommitdiffstats
path: root/t/03kwality.t
blob: d4f58d44cfbbe1848e22398a1a25204985b3fcb7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl
# vim:et:ai:ts=4:sts=4:sw=4
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 $@;