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