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