X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F01_pod.t;h=13c053a5f03ec06bca6760962e4423e1747df7e4;hb=509dc1d30d2083164bf434e52348065b03fa8787;hp=8fb590fcd65d1f2b6e8503820a354860cf62530b;hpb=04265c83beff7e1ccb28a88ff7257fe36b2fc45d;p=debbugs.git diff --git a/t/01_pod.t b/t/01_pod.t index 8fb590f..13c053a 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(lib))), + (qw(bin cgi scripts)) + ));