e7cae75dd44a5261635d02e5301ed71ef05c9751
[catagits/Test-EOL.git] / t / 04-pod.t
1 use Test::More;
2 eval "use Test::Pod";
3 plan skip_all => "Test::Pod required for testing POD" if $@;
4 all_pod_files_ok();