Merge 'module-install' into 'trunk'
[catagits/Catalyst-Plugin-RequireSSL.git] / xt / author / 02pod.t
diff --git a/xt/author/02pod.t b/xt/author/02pod.t
new file mode 100644 (file)
index 0000000..7846aad
--- /dev/null
@@ -0,0 +1,11 @@
+use strict;
+use warnings;
+
+use Test::More;
+
+# Ensure a recent version of Test::Pod
+my $min_tp = 1.22;
+eval "use Test::Pod $min_tp";
+plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
+
+all_pod_files_ok();