]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/01_pod.t
move Debbugs to lib
[debbugs.git] / t / 01_pod.t
index 1d7c4228ab6ca5492c7bf364b072a0d6d059e11c..13c053a5f03ec06bca6760962e4423e1747df7e4 100644 (file)
@@ -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(lib))),
+                                                     (qw(bin cgi scripts))
+                                                    ));