X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fpod.t;h=697a30b44d85ac19e8695fb379dd48d9396cc385;hb=06fd3d9f3ca53b2d2f7595e55be4b129ca69511c;hp=d11a497eb88b61eb91d58c8034f21148b7802ec6;hpb=b4b0c7e72d7eaee2fbfc7022022c9698323203dd;p=freeside.git 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"));