X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F01_pod.t;h=2f1d2dfb8371d8736fa759c0573f003f2583c562;hb=refs%2Fheads%2Ftravis-ci;hp=8fb590fcd65d1f2b6e8503820a354860cf62530b;hpb=7d96d08af28cfc7a0619146d9b232d6b7ced0cf7;p=debbugs.git diff --git a/t/01_pod.t b/t/01_pod.t index 8fb590f..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('.')); +all_pod_files_ok(grep {$_ !~ /[~#]$/} all_pod_files((-e 'blib'?'blib':(qw(Debbugs Mail))), + (qw(bin cgi scripts)) + ));