summaryrefslogtreecommitdiff
path: root/t/pod-coverage.t
diff options
context:
space:
mode:
authorivan <ivan>2010-11-01 18:24:45 +0000
committerivan <ivan>2010-11-01 18:24:45 +0000
commit43107005cf3fc4356e72a2820e623c6983309e6b (patch)
treeb40d88c8e39565f1adbb06f28c2f7a576fee0f6b /t/pod-coverage.t
importing upstream 1.41Locale_SubCountry_1_41
Diffstat (limited to 't/pod-coverage.t')
-rwxr-xr-xt/pod-coverage.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/pod-coverage.t b/t/pod-coverage.t
new file mode 100755
index 0000000..703f91d
--- /dev/null
+++ b/t/pod-coverage.t
@@ -0,0 +1,6 @@
+#!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 $@;
+all_pod_coverage_ok();