aboutsummaryrefslogtreecommitdiffstats
path: root/t/10-pod-coverage.t
diff options
context:
space:
mode:
Diffstat (limited to 't/10-pod-coverage.t')
-rw-r--r--t/10-pod-coverage.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/10-pod-coverage.t b/t/10-pod-coverage.t
new file mode 100644
index 0000000..2c5ca56
--- /dev/null
+++ b/t/10-pod-coverage.t
@@ -0,0 +1,4 @@
+use Test::More;
+eval "use Test::Pod::Coverage 1.00";
+plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
+all_pod_coverage_ok();