Added tests for mk_group_ro_accessors
[p5sagit/Class-Accessor-Grouped.git] / t / pod.t
CommitLineData
963a69a5 1use Test::More;
2eval "use Test::Pod 1.00";
3plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
4all_pod_files_ok();