More tests are a good thing
[p5sagit/Promulger.git] / t / kwalitee.t
1 #!/usr/bin/perl
2 use strictures 1;
3 use autodie;
4 use Test::Most;
5
6 eval { require Test::Kwalitee; Test::Kwalitee->import() };
7
8 plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;