Debian lenny version packages
[pkg-perl] / deb-src / libtest-harness-perl / libtest-harness-perl-3.12 / xt / author / pod.t
1 #!perl -wT
2
3 use strict;
4 use lib 't/lib';
5
6 use Test::More;
7
8 # TODO skip on install?
9 eval "use Test::Pod 1.14";
10 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
11 all_pod_files_ok();