exclude DuckType methods from Pod::Coverage tests
Chris Prather [Thu, 25 Jun 2009 17:51:30 +0000 (13:51 -0400)]
xt/author/pod_coverage.t

index f5d36ff..7988805 100644 (file)
@@ -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 )],