Tag the old version before converting to the new auth. Convert to new auth, add live...
[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 $@;