M::DBIC::Schema -- Caching role
[catagits/Catalyst-Model-DBIC-Schema.git] / t / 04kwalitee.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 $@;