summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-07 22:44:38 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-07 22:44:38 +0200
commit9059ccee1a66f9d32e1b9e54c6e87bcc82544692 (patch)
treeecf893947bd5a495798648a1b9312bf1a514db7e /t
parent96dd6aff0ba24094de0b3fcf23c4c727cc14a45a (diff)
Make POD test futureproof
Diffstat (limited to 't')
-rwxr-xr-xt/10-pod-coverage.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/10-pod-coverage.t b/t/10-pod-coverage.t
index 4c1d5f5..5fe4faa 100755
--- a/t/10-pod-coverage.t
+++ b/t/10-pod-coverage.t
@@ -5,4 +5,4 @@ use 5.010;
use Test::More;
use Test::Pod;
-all_pod_files_ok('bin/efa');
+all_pod_files_ok();