rt 4.0.20 (RT#13852)
[freeside.git] / rt / t / pod.t
index d11a497..697a30b 100644 (file)
@@ -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"));