skipping tests if you don't have Test::* installed
[gitmo/MooseX-Daemonize.git] / t / kwalitee.t
1 use Test::More;
2
3 eval { require Test::Kwalitee; Test::Kwalitee->import() };
4
5 plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;