X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Frelease%2Fpod-coverage.t;h=7e37ada560a12c4df148101fe21ccbd8bd53ddd5;hb=7142d232c25d135bf8c0751e78adbf892886d04b;hp=f3bab77fbce8f1a00a0f86fd2b13e2408b6cca8e;hpb=7c047a36d2be28fe82672471038c182d33144a9b;p=gitmo%2FMoose.git diff --git a/xt/release/pod-coverage.t b/xt/release/pod-coverage.t index f3bab77..7e37ada 100644 --- a/xt/release/pod-coverage.t +++ b/xt/release/pod-coverage.t @@ -179,7 +179,7 @@ my %trustme = ( ], 'Moose::Meta::TypeCoercion' => ['compile_type_coercion'], 'Moose::Meta::TypeCoercion::Union' => ['compile_type_coercion'], - 'Moose::Meta::TypeConstraint' => ['compile_type_constraint'], + 'Moose::Meta::TypeConstraint' => [qw( compile_type_constraint inlined )], 'Moose::Meta::TypeConstraint::Class' => [qw( equals is_a_type_of is_a_subtype_of )], 'Moose::Meta::TypeConstraint::Enum' => [qw( constraint equals )],