X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F01_pod.t;h=2f1d2dfb8371d8736fa759c0573f003f2583c562;hb=45f1672bfee50ef8c2ec5938979ee409c5c3db87;hp=1d7c4228ab6ca5492c7bf364b072a0d6d059e11c;hpb=ce23d0291a7bc8a1cb781cb10ae075263e3fd442;p=debbugs.git diff --git a/t/01_pod.t b/t/01_pod.t index 1d7c422..2f1d2df 100644 --- a/t/01_pod.t +++ b/t/01_pod.t @@ -2,4 +2,6 @@ use Test::More; eval "use Test::Pod 1.00"; plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; -all_pod_files_ok(); +all_pod_files_ok(grep {$_ !~ /[~#]$/} all_pod_files((-e 'blib'?'blib':(qw(Debbugs Mail))), + (qw(bin cgi scripts)) + ));