X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F01_pod.t;h=8fb590fcd65d1f2b6e8503820a354860cf62530b;hb=3da88191ed842344a9b01c36ac37c5b607b8e8ff;hp=1d7c4228ab6ca5492c7bf364b072a0d6d059e11c;hpb=ece213fb252bd813a0643689242dca211638b7d5;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('.'));