distar-ify
[p5sagit/Devel-GlobalDestruction-XS.git] / xt / pod.t
diff --git a/xt/pod.t b/xt/pod.t
new file mode 100644 (file)
index 0000000..2eb7dc2
--- /dev/null
+++ b/xt/pod.t
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+use Test::More;
+
+use Test::Pod 1.14;
+
+all_pod_files_ok();