From: Dave Rolsky Date: Thu, 23 Apr 2009 19:23:06 +0000 (-0500) Subject: No API docs needed for Moose::Meta::Class::Immutable::Trait X-Git-Tag: 0.75_01~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=53cc86f8a69aa340817b6cded5025bf9dc3c4ed4;p=gitmo%2FMoose.git No API docs needed for Moose::Meta::Class::Immutable::Trait --- diff --git a/xt/pod_coverage.t b/xt/pod_coverage.t index 24c853b..3464180 100644 --- a/xt/pod_coverage.t +++ b/xt/pod_coverage.t @@ -24,8 +24,9 @@ my %trustme = ( superclasses ) ], - 'Moose::Meta::Method' => ['throw_error'], - 'Moose::Meta::Method::Accessor' => [ + 'Moose::Meta::Class::Immutable::Trait' => ['.+'], + 'Moose::Meta::Method' => ['throw_error'], + 'Moose::Meta::Method::Accessor' => [ qw( generate_accessor_method generate_accessor_method_inline generate_clearer_method @@ -67,20 +68,18 @@ my %trustme = ( super with ) ], - 'Moose::Meta::TypeCoercion' => ['compile_type_coercion'], + 'Moose::Meta::TypeCoercion' => ['compile_type_coercion'], 'Moose::Meta::TypeCoercion::Union' => ['compile_type_coercion'], - 'Moose::Meta::TypeConstraint' => [ 'compile_type_constraint' ], + 'Moose::Meta::TypeConstraint' => ['compile_type_constraint'], 'Moose::Meta::TypeConstraint::Class' => [qw( equals is_a_type_of is_a_subtype_of )], - 'Moose::Meta::TypeConstraint::Enum' => - [qw( constraint equals )], + 'Moose::Meta::TypeConstraint::Enum' => [qw( constraint equals )], 'Moose::Meta::TypeConstraint::Parameterizable' => ['.+'], 'Moose::Meta::TypeConstraint::Parameterized' => ['.+'], - 'Moose::Meta::TypeConstraint::Role' => - [qw( equals is_a_type_of )], + 'Moose::Meta::TypeConstraint::Role' => [qw( equals is_a_type_of )], 'Moose::Meta::TypeConstraint::Union' => ['compile_type_constraint'], 'Moose::Util' => ['add_method_modifier'], - 'Moose::Util::TypeConstraints' => ['find_or_create_type_constraint'], + 'Moose::Util::TypeConstraints' => ['find_or_create_type_constraint'], ); for my $module ( sort @modules ) {