rearranging. need to redo with dzil
[gitmo/MooseX-Types-Path-Class.git] / xt / pod.t
diff --git a/xt/pod.t b/xt/pod.t
new file mode 100644 (file)
index 0000000..5d9a6be
--- /dev/null
+++ b/xt/pod.t
@@ -0,0 +1,8 @@
+#!perl
+
+use warnings FATAL => 'all';
+use strict;
+use Test::More;
+eval "use Test::Pod 1.14";
+plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
+all_pod_files_ok();