From: Jesse Luehrs Date: Sat, 7 May 2011 18:09:37 +0000 (-0500) Subject: couple more things to ignore for pod coverage X-Git-Tag: 2.0003~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa8de0eb9584510ce5a389589bfb92146151129f;p=gitmo%2FMoose.git couple more things to ignore for pod coverage --- diff --git a/xt/release/pod-coverage.t b/xt/release/pod-coverage.t index c9e4eb1..f3bab77 100644 --- a/xt/release/pod-coverage.t +++ b/xt/release/pod-coverage.t @@ -163,6 +163,7 @@ my %trustme = ( 'Moose::Meta::Mixin::AttributeCore' => ['.+'], 'Moose::Meta::Role::Composite' => [ 'get_method', 'get_method_list', 'has_method', 'add_method' ], + 'Moose::Object' => ['BUILDALL', 'DEMOLISHALL'], 'Moose::Role' => [ qw( after around @@ -173,7 +174,8 @@ my %trustme = ( inner override super - with ) + with + init_meta ) ], 'Moose::Meta::TypeCoercion' => ['compile_type_coercion'], 'Moose::Meta::TypeCoercion::Union' => ['compile_type_coercion'],