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