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