Remove broken ehrensenf support
[clive.git] / t / eval-pod.t
blob7d47c30297c4fa4326b7aef316b72d1f5753895a
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(bin man1);
11 all_pod_files_ok (all_pod_files(@poddirs));