4 BEGIN {$SIG{__WARN__} = sub { die "Terminating test due to warning: $_[0]" } };
8 eval "use Test::Pod 1.14";
9 plan skip_all => 'Test::Pod 1.14 required' if $@;
10 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
12 all_pod_files_ok( all_pod_files( '.' ) );