summaryrefslogtreecommitdiff
path: root/t/10-pod.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-09-17 18:04:15 +0200
committerDaniel Friesel <derf@finalrewind.org>2010-09-17 18:04:15 +0200
commitaeb5068d17eda0f39a1e40f614b1bb15e16731a1 (patch)
tree66d58c9876cc51f01b1d33e42ae5b3f5ee7a3c2e /t/10-pod.t
parent7608c070134c7dc5c477e17801cc61f6493d843d (diff)
Makefile -> Build.PL
Diffstat (limited to 't/10-pod.t')
-rwxr-xr-xt/10-pod.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/10-pod.t b/t/10-pod.t
new file mode 100755
index 0000000..5fe4faa
--- /dev/null
+++ b/t/10-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();