0.04003 changes, version bumps
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 04kwalitee.t
1 use Test::More;
2
3 eval { require Test::Kwalitee; die "Not maintainer" unless -f 'MANIFEST.SKIP' };
4 if($@) {
5     plan( skip_all => $@ );
6 }
7 Test::Kwalitee->import();