X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Ft%2Fpod.t;h=697a30b44d85ac19e8695fb379dd48d9396cc385;hp=d11a497eb88b61eb91d58c8034f21148b7802ec6;hb=0ea23112cfa0d82738b0f08d60d90579721b7524;hpb=60dd95422a1ad4724e0c5d9dd7f8e8878cd96aa8 diff --git a/rt/t/pod.t b/rt/t/pod.t index d11a497eb..697a30b44 100644 --- a/rt/t/pod.t +++ b/rt/t/pod.t @@ -4,4 +4,4 @@ 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(); +all_pod_files_ok( all_pod_files("lib","docs","etc","bin","sbin"));