aboutsummaryrefslogtreecommitdiff
path: root/runtime/Perl5/t/author/pod.t
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/Perl5/t/author/pod.t')
-rw-r--r--runtime/Perl5/t/author/pod.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/Perl5/t/author/pod.t b/runtime/Perl5/t/author/pod.t
new file mode 100644
index 0000000..e6908b8
--- /dev/null
+++ b/runtime/Perl5/t/author/pod.t
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+use Test::More;
+
+eval "use Test::Pod";
+if ($@) {
+ plan skip_all => "Test::Pod required for testing POD: $@";
+}
+all_pod_files_ok();