diff options
Diffstat (limited to 'rt/t/pod.t')
-rw-r--r-- | rt/t/pod.t | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |