pass status messages for lists crud in stash
[slists.git] / t / 02pod.t
blobababc2eaa2e1f3b436d875bab69f30e1aff75b66
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use Test::More;
6 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
7 eval "use Test::Pod 1.14";
8 plan skip_all => 'Test::Pod 1.14 required' if $@;
10 all_pod_files_ok();