diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-07 22:44:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-07 22:44:38 +0200 |
commit | 9059ccee1a66f9d32e1b9e54c6e87bcc82544692 (patch) | |
tree | ecf893947bd5a495798648a1b9312bf1a514db7e /t | |
parent | 96dd6aff0ba24094de0b3fcf23c4c727cc14a45a (diff) |
Make POD test futureproof
Diffstat (limited to 't')
-rwxr-xr-x | t/10-pod-coverage.t | 2 |
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(); |