summaryrefslogtreecommitdiff
path: root/t/10-pod.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-15 22:00:16 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-15 22:00:16 +0200
commit35ca371ecd52122c681a225b9987a958a358787b (patch)
tree55aee8b9d4d7095c257ed4d09c1b7fc71c33e30a /t/10-pod.t
parentd2ce3f94eb929dad0d790b87a46f4688a8d6b0da (diff)
Add compile/pod tests
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();