move pod tests to xt/
[p5sagit/Config-Any.git] / xt / author / pod-coverage.t
diff --git a/xt/author/pod-coverage.t b/xt/author/pod-coverage.t
new file mode 100644 (file)
index 0000000..643d46c
--- /dev/null
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+use Test::More;
+
+use Test::Pod::Coverage 1.04;
+
+all_pod_coverage_ok;