Imported POD/POD::Coverage tests
[dbsrgits/SQL-Abstract.git] / t / 90pod.t
diff --git a/t/90pod.t b/t/90pod.t
new file mode 100644 (file)
index 0000000..ddc2905
--- /dev/null
+++ b/t/90pod.t
@@ -0,0 +1,6 @@
+use Test::More;
+
+eval "use Test::Pod 1.14";
+plan skip_all => 'Test::Pod 1.14 required' if $@;
+
+all_pod_files_ok();