0.01
[gitmo/Task-Moose.git] / t / pod.t
diff --git a/t/pod.t b/t/pod.t
new file mode 100644 (file)
index 0000000..8beb135
--- /dev/null
+++ b/t/pod.t
@@ -0,0 +1,6 @@
+#!perl -T
+
+use Test::More;
+eval "use Test::Pod";
+plan skip_all => "Test::Pod required for testing POD" if $@;
+all_pod_files_ok();