summaryrefslogtreecommitdiff
path: root/t/10-pod-coverage.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-23 16:29:02 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-23 16:29:02 +0200
commit5223d56e6e47695ef9d37591b704fbd8cff35293 (patch)
tree36f10af5c9d374b8ecd414e85dea7f86a66cbcca /t/10-pod-coverage.t
parentd33460918190bef8259b19f5793d4fce0e7fe485 (diff)
Add basic tests
Diffstat (limited to 't/10-pod-coverage.t')
-rwxr-xr-xt/10-pod-coverage.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/10-pod-coverage.t b/t/10-pod-coverage.t
new file mode 100755
index 0000000..5fe4faa
--- /dev/null
+++ b/t/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();