renamed tests
[Biblio-Isis] / t / 9_pod-coverage.t
diff --git a/t/9_pod-coverage.t b/t/9_pod-coverage.t
new file mode 100755 (executable)
index 0000000..8f0fc65
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/perl -w
+
+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();
+