summaryrefslogtreecommitdiff
path: root/t/pod_ok.t
diff options
context:
space:
mode:
Diffstat (limited to 't/pod_ok.t')
-rw-r--r--t/pod_ok.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/pod_ok.t b/t/pod_ok.t
new file mode 100644
index 0000000..57b423a
--- /dev/null
+++ b/t/pod_ok.t
@@ -0,0 +1,5 @@
+use strict;
+use warnings;
+use Test::Pod;
+
+all_pod_files_ok();