mv man1/ -> doc/
[clive.git] / t / clive-Pod.t
blob3cd712d2fc8684c4354c1ac0093b943d4f3bee26
1 use warnings;
2 use strict;
4 use Test::More;
6 eval "use Test::Pod 1.00";
7 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
9 my @poddirs = qw(doc/man1);
11 all_pod_files_ok(all_pod_files(@poddirs));