summaryrefslogtreecommitdiff
path: root/t/pod-coverage.t
diff options
context:
space:
mode:
Diffstat (limited to 't/pod-coverage.t')
-rw-r--r--t/pod-coverage.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/pod-coverage.t b/t/pod-coverage.t
new file mode 100644
index 0000000..64c2d58
--- /dev/null
+++ b/t/pod-coverage.t
@@ -0,0 +1,8 @@
+#!perl -T
+
+use Test::More;
+eval "use Test::Pod::Coverage 1.04";
+plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
+plan skip_all => "Currently a developer-only test" unless -d '.svn' || -d ".git";
+plan skip_all => "Currently FAILS FOR MANY MODULES!";
+all_pod_coverage_ok();