clean up release tests
[p5sagit/local-lib.git] / xt / release / kwalitee.t
index 11149fd..41ee737 100644 (file)
@@ -1,3 +1,9 @@
 use strict;
 use warnings;
+use Test::More;
+
+BEGIN {
+  plan skip_all => 'release only test'
+    unless -f 'META.yml';
+}
 use Test::Kwalitee;