X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fpod.t;h=1283cfe6c2e65504068fe294bfc459c43a2842f1;hb=a2408d6aa3cce0e3673ae75d14414178c4c24987;hp=697a30b44d85ac19e8695fb379dd48d9396cc385;hpb=c5922713bc199600bc8c203155a4016c9d24cbbc;p=freeside.git diff --git a/rt/t/pod.t b/rt/t/pod.t index 697a30b44..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( all_pod_files("lib","docs","etc","bin","sbin")); +use Test::Pod; +all_pod_files_ok( + all_pod_files("lib","devel","docs","etc","bin","sbin"), + , + , +);