clean up release tests
[p5sagit/local-lib.git] / xt / release / kwalitee.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 BEGIN {
6   plan skip_all => 'release only test'
7     unless -f 'META.yml';
8 }
9 use Test::Kwalitee;