X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F01_pod.t;fp=t%2F01_pod.t;h=8fb590fcd65d1f2b6e8503820a354860cf62530b;hb=1eea417d4de43faf092195a99a553d239552d25b;hp=1d7c4228ab6ca5492c7bf364b072a0d6d059e11c;hpb=4a2797ed08fcccdcbe515ab5b35f7cb3fb89a16d;p=debbugs.git diff --git a/t/01_pod.t b/t/01_pod.t index 1d7c422..8fb590f 100644 --- a/t/01_pod.t +++ b/t/01_pod.t @@ -2,4 +2,4 @@ use Test::More; eval "use Test::Pod 1.00"; plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; -all_pod_files_ok(); +all_pod_files_ok(all_pod_files('.'));