Move author tests to xt. Finish adding version nums everywhere, and test it.
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / xt / pod.t
diff --git a/xt/pod.t b/xt/pod.t
new file mode 100644 (file)
index 0000000..251640d
--- /dev/null
+++ b/xt/pod.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();