summaryrefslogtreecommitdiff
path: root/t/10-pod-coverage.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-01 11:30:21 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-01 11:30:21 +0200
commit34dddb5db65fefc5c36e8b99b9692dbcc14d8642 (patch)
treed67260ec74027a10669ec0fa66ecb2560132d2a4 /t/10-pod-coverage.t
parentdc62ee73443a3259f696c059c3888cce6b06bffd (diff)
Move tests to t/, re-structure the directory while at it
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..4c1d5f5
--- /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('bin/efa');