Tag old version. Update trunk to new version with additional tests
[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