X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fpod.t;h=1283cfe6c2e65504068fe294bfc459c43a2842f1;hb=01721976fa3324f41a3093cda68bc38a7eec5ff5;hp=d11a497eb88b61eb91d58c8034f21148b7802ec6;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/rt/t/pod.t b/rt/t/pod.t index d11a497eb..1283cfe6c 100644 --- a/rt/t/pod.t +++ b/rt/t/pod.t @@ -2,6 +2,9 @@ use strict; use warnings; use Test::More; -eval "use Test::Pod 1.14"; -plan skip_all => "Test::Pod 1.14 required for testing POD" if $@; -all_pod_files_ok(); +use Test::Pod; +all_pod_files_ok( + all_pod_files("lib","devel","docs","etc","bin","sbin"), + , + , +);