README: Cleanup, add notes for packagers
[clive.git] / t / clive-Pod.t
blobc0dafa040ea5310e857a3de42ef101d88b125fdf
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 (man1);
11 all_pod_files_ok (all_pod_files (@poddirs));