summaryrefslogtreecommitdiff
path: root/xt/10-pod-coverage.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-06-24 17:29:32 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-06-24 17:29:34 +0200
commit9f5d9560b557473eb4a131b73d384f6315455f44 (patch)
treee30a2eeea42894c9cae8fe239e81f7edd891421a /xt/10-pod-coverage.t
parent680ecd450fc1a3f2180c02cf19060103bbb78eef (diff)
Move author tests to xt/
Diffstat (limited to 'xt/10-pod-coverage.t')
-rwxr-xr-xxt/10-pod-coverage.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/10-pod-coverage.t b/xt/10-pod-coverage.t
new file mode 100755
index 0000000..5fe4faa
--- /dev/null
+++ b/xt/10-pod-coverage.t
@@ -0,0 +1,8 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use 5.010;
+use Test::More;
+use Test::Pod;
+
+all_pod_files_ok();