From: Chris Prather Date: Thu, 25 Jun 2009 17:51:30 +0000 (-0400) Subject: exclude DuckType methods from Pod::Coverage tests X-Git-Tag: 0.84~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c4f58b2148a008dd56e2d04621a380185de309f;p=gitmo%2FMoose.git exclude DuckType methods from Pod::Coverage tests --- diff --git a/xt/author/pod_coverage.t b/xt/author/pod_coverage.t index f5d36ff..7988805 100644 --- a/xt/author/pod_coverage.t +++ b/xt/author/pod_coverage.t @@ -79,6 +79,7 @@ my %trustme = ( 'Moose::Meta::TypeConstraint::Class' => [qw( equals is_a_type_of is_a_subtype_of )], 'Moose::Meta::TypeConstraint::Enum' => [qw( constraint equals )], + 'Moose::Meta::TypeConstraint::DuckType' => [qw( constraint equals get_message )], 'Moose::Meta::TypeConstraint::Parameterizable' => ['.+'], 'Moose::Meta::TypeConstraint::Parameterized' => ['.+'], 'Moose::Meta::TypeConstraint::Role' => [qw( equals is_a_type_of )],