summaryrefslogtreecommitdiff
path: root/t/02pod.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/02pod.t
downloadintention-cloud-6d0bd92e26a6da6af2adcbb9e5caf11c50fc5701.tar.gz
initial commit
Diffstat (limited to '')
-rw-r--r--t/02pod.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/02pod.t b/t/02pod.t
new file mode 100644
index 0000000..251640d
--- /dev/null
+++ b/t/02pod.t
@@ -0,0 +1,9 @@
+use strict;
+use warnings;
+use Test::More;
+
+eval "use Test::Pod 1.14";
+plan skip_all => 'Test::Pod 1.14 required' if $@;
+plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
+
+all_pod_files_ok();