Applying changes from bobtfish, bumping to Test::NoTabs-0.4
[catagits/Test-NoTabs.git] / t / 04-pod.t
CommitLineData
a3ce2d76 1use Test::More;
2eval "use Test::Pod";
3plan skip_all => "Test::Pod required for testing POD" if $@;
4all_pod_files_ok();