eb119fd5ca8c4804bd3d740d735ba021db87a2c8
[gitmo/Class-MOP.git] / t / pod_coverage.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5
6 eval "use Test::Pod::Coverage 1.04";
7 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
8
9 all_pod_coverage_ok( { trustme => [ qr/compatability/ ] } );