Removed 'password' from minimal store in example because it's not relevant to the...
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.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 $@;
6