summaryrefslogtreecommitdiff
path: root/t/03podcoverage.t
diff options
context:
space:
mode:
authorfranck cuny <franck.cuny@rtgi.fr>2009-03-17 21:39:41 +0100
committerfranck cuny <franck.cuny@rtgi.fr>2009-03-17 21:39:41 +0100
commit6d0bd92e26a6da6af2adcbb9e5caf11c50fc5701 (patch)
tree8bb4df25a0c7a54996f67acf1e33d430d6689d5b /t/03podcoverage.t
downloadintention-cloud-6d0bd92e26a6da6af2adcbb9e5caf11c50fc5701.tar.gz
initial commit
Diffstat (limited to 't/03podcoverage.t')
-rw-r--r--t/03podcoverage.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/03podcoverage.t b/t/03podcoverage.t
new file mode 100644
index 0000000..ae59d4c
--- /dev/null
+++ b/t/03podcoverage.t
@@ -0,0 +1,9 @@
+use strict;
+use warnings;
+use Test::More;
+
+eval "use Test::Pod::Coverage 1.04";
+plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
+plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
+
+all_pod_coverage_ok();