remove ancient deprecated method, update changes for release
[gitmo/Moose.git] / xt / pod_coverage.t
index 4b45131..16aeb47 100644 (file)
@@ -68,7 +68,7 @@ my %trustme = (
     ],
     'Moose::Meta::TypeCoercion' => ['compile_type_coercion'],
     'Moose::Meta::TypeCoercion::Union' => ['compile_type_coercion'],
-    'Moose::Meta::TypeConstraint' => [ 'compile_type_constraint', 'union' ],
+    'Moose::Meta::TypeConstraint' => [ 'compile_type_constraint' ],
     'Moose::Meta::TypeConstraint::Class' =>
         [qw( equals is_a_type_of is_a_subtype_of )],
     'Moose::Meta::TypeConstraint::Enum' =>