M::DBIC::Schema -- Caching role
[catagits/Catalyst-Model-DBIC-Schema.git] / t / 04kwalitee.t
CommitLineData
3d8cdccc 1use Test::More;
2
3eval { require Test::Kwalitee; Test::Kwalitee->import() };
4
5plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;