X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fpod.t;h=1283cfe6c2e65504068fe294bfc459c43a2842f1;hb=7903b3fb9ae73fc5fb46f98575141fbe9713f880;hp=d11a497eb88b61eb91d58c8034f21148b7802ec6;hpb=b4b0c7e72d7eaee2fbfc7022022c9698323203dd;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"), + , + , +);