summaryrefslogtreecommitdiff
path: root/t/pod.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.t
importing upstream 1.41Locale_SubCountry_1_41
Diffstat (limited to 't/pod.t')
-rwxr-xr-xt/pod.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/pod.t b/t/pod.t
new file mode 100755
index 0000000..976d7cd
--- /dev/null
+++ b/t/pod.t
@@ -0,0 +1,6 @@
+#!perl -T
+
+use Test::More;
+eval "use Test::Pod 1.14";
+plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
+all_pod_files_ok();