4586f7e1c31e4b62ce610e4612b943fa7a0a3a55
[liburi-template-perl.git] / t / 98-pod.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 eval "use Test::Pod 1.14";
6 plan skip_all => 'Test::Pod 1.14 required' if $@;
7 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{ TEST_POD };
8
9 all_pod_files_ok();