Another test suite fix (t0m == FAIL), and a couple of the little features on the...
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / t / kwalitee.t
1 #!/usr/bin/env perl
2 use Test::More;
3
4 eval { require Test::Kwalitee; Test::Kwalitee->import() };
5
6 plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;