]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/01_pod.t
add Test::POD test
[debbugs.git] / t / 01_pod.t
diff --git a/t/01_pod.t b/t/01_pod.t
new file mode 100644 (file)
index 0000000..1d7c422
--- /dev/null
@@ -0,0 +1,5 @@
+# -*- mode: cperl; -*-
+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();