1use strict;
2use warnings;
3
4use Test::More;
5eval "use Test::Pod 1.00";
6plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
7all_pod_files_ok();
8