update docker-compose.yml.
[SMMID.git] / t / 02pod.t
blob251640d09eed9bf2377304fecb59d8df57303d7e
1 use strict;
2 use warnings;
3 use Test::More;
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};
9 all_pod_files_ok();