Checking in changes prior to tagging of version 1.002. Changelog diff is:
[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 $@;