Removed 'password' from minimal store in example because it's not relevant to the...
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / t / kwalitee.t
CommitLineData
b2cd5ce7 1use Test::More;
2
3eval { require Test::Kwalitee; Test::Kwalitee->import() };
4
5plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;
6