]> git.donarmstrong.com Git - debbugs.git/blob - t/01_pod.t
move Debbugs to lib
[debbugs.git] / t / 01_pod.t
1 # -*- mode: cperl; -*-
2 use Test::More;
3 eval "use Test::Pod 1.00";
4 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
5 all_pod_files_ok(grep {$_ !~ /[~#]$/} all_pod_files((-e 'blib'?'blib':(qw(lib))),
6                                                      (qw(bin cgi scripts))
7                                                     ));