diff options
Diffstat (limited to 't/10-pod-coverage.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(); |