summaryrefslogtreecommitdiff
path: root/t/10-pod.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-06-30 09:01:34 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-06-30 09:01:34 +0200
commitbea8dbc124c6d0b4cb9ff23cac23535cf32ef7d4 (patch)
treea7c0f41256bc65932da5efd053a6d4c6086de194 /t/10-pod.t
parent095f47b42ae96e922439a31858cd5d7481f05200 (diff)
Add Build.PL and basic testsHEADmaster
Diffstat (limited to 't/10-pod.t')
-rwxr-xr-xt/10-pod.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/10-pod.t b/t/10-pod.t
new file mode 100755
index 0000000..a488dfa
--- /dev/null
+++ b/t/10-pod.t
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use 5.010;
+use Test::Pod;
+
+all_pod_files_ok();