Add .gitignore files
[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     $@ =~ s/ \(\@INC contains.*//; # reduce the noise
6     plan( skip_all => $@ );
7 }
8 Test::Kwalitee->import();