No tabs, no trailers
[scpubgit/Q-Branch.git] / xt / 90pod.t
diff --git a/xt/90pod.t b/xt/90pod.t
new file mode 100644 (file)
index 0000000..57b8782
--- /dev/null
@@ -0,0 +1,9 @@
+use warnings;
+use strict;
+
+use Test::More;
+
+eval "use Test::Pod 1.14";
+plan skip_all => 'Test::Pod 1.14 required' if $@;
+
+all_pod_files_ok();