Cleanup author tests
[catagits/Catalyst-Plugin-Static-Simple.git] / t / author / 02pod.t
diff --git a/t/author/02pod.t b/t/author/02pod.t
new file mode 100644 (file)
index 0000000..6a644e9
--- /dev/null
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+use Test::More;
+
+use Test::Pod 1.14;
+
+all_pod_files_ok();