summaryrefslogtreecommitdiff
path: root/t/pod.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2013-07-30 13:39:34 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2013-07-30 13:39:34 +0000
commit74e30d582ac01d80a7f1b28af247d0a5ee913d55 (patch)
tree2fdf53fd16ae0708e1180e4da06bea72a02175f0 /t/pod.t
downloadCPAN-Mini-Inject-tarball-74e30d582ac01d80a7f1b28af247d0a5ee913d55.tar.gz
CPAN-Mini-Inject-0.33HEADCPAN-Mini-Inject-0.33master
Diffstat (limited to 't/pod.t')
-rw-r--r--t/pod.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/pod.t b/t/pod.t
new file mode 100644
index 0000000..437887a
--- /dev/null
+++ b/t/pod.t
@@ -0,0 +1,4 @@
+use Test::More;
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+all_pod_files_ok();