summaryrefslogtreecommitdiff
path: root/xt/02-compile-pod.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-06-24 17:23:53 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-06-24 17:23:53 +0200
commitf26ffa675facd0f47356a6637afd6e309db4c7a8 (patch)
tree4766f6aa581ba6cc39f0c7f24a4e0bd9cbae7954 /xt/02-compile-pod.t
parent7d2ddd608cfeacd826100de80974b8d835e64f57 (diff)
move author tests to xt/
Diffstat (limited to 'xt/02-compile-pod.t')
-rw-r--r--xt/02-compile-pod.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/02-compile-pod.t b/xt/02-compile-pod.t
new file mode 100644
index 0000000..5fe4faa
--- /dev/null
+++ b/xt/02-compile-pod.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();