Fix pod coverage test to actually exclude things that should be
[gitmo/Moose.git] / xt / pod_coverage.t
index 38b0a69..077cbf4 100644 (file)
@@ -69,7 +69,11 @@ my %trustme = (
             super
             with )
     ],
+    'Moose::Meta::TypeCoercion::Union' => ['compile_type_coercion'],
     'Moose::Meta::TypeConstraint' => [ 'compile_type_constraint', 'union' ],
+    'Moose::Meta::TypeConstraint::Class' =>
+        [qw( equals is_a_type_of is_a_subtype_of )],
+    'Moose::Meta::TypeConstraint::Union' => ['compile_type_constraint'],
 );
 
 for my $module ( sort @modules ) {