remove is_deferrable from default rel options to maintain principle of least surprise...
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 04kwalitee.t
CommitLineData
6fd486dd 1use Test::More;
2
90ad8cba 3plan skip_all => "Not maintainer" unless -f 'MANIFEST.SKIP';
4
5eval { require Test::Kwalitee; };
6plan skip_all => 'Test::Kwalitee not installed' if $@;
7
f1f25439 8Test::Kwalitee->import();