X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F01_pod.t;h=13c053a5f03ec06bca6760962e4423e1747df7e4;hb=1e6633a3780f4fd53fc4303852e84d13cdad2dc6;hp=2f1d2dfb8371d8736fa759c0573f003f2583c562;hpb=466f7faff129a5699c7674f59900a92aa256175d;p=debbugs.git diff --git a/t/01_pod.t b/t/01_pod.t index 2f1d2df..13c053a 100644 --- a/t/01_pod.t +++ b/t/01_pod.t @@ -2,6 +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(grep {$_ !~ /[~#]$/} all_pod_files((-e 'blib'?'blib':(qw(Debbugs Mail))), +all_pod_files_ok(grep {$_ !~ /[~#]$/} all_pod_files((-e 'blib'?'blib':(qw(lib))), (qw(bin cgi scripts)) ));