aboutsummaryrefslogtreecommitdiffstats
path: root/t/03kwality.t
blob: a45a16367fb4d6e152c98a37bb5b45e1dcdea32e (plain)
1
2
3
4
5
6
7
8
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 $@;