summaryrefslogtreecommitdiff
path: root/t/pod-coverage.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2012-06-06 16:41:29 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-09-26 13:46:50 +0000
commit7c48e67cf07ee41bfde7139a62bb232bd23a4a48 (patch)
tree6d7686b5075bd5cba253dabf2e6c302acb3a147c /t/pod-coverage.t
downloadperl-dbi-tarball-7c48e67cf07ee41bfde7139a62bb232bd23a4a48.tar.gz
Imported from /srv/lorry/lorry-area/perl-dbi-tarball/DBI-1.622.tar.gz.HEADDBI-1.622master
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();