X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Frelease%2Fpod-coverage.t;h=46e260d40a58146fc7ef6f21088b9a76917e1a92;hb=155749f2d544ee152d721a362b62f9158875173c;hp=f3bab77fbce8f1a00a0f86fd2b13e2408b6cca8e;hpb=2be50f632ddb730e8b214d9113ee14c76a232cbe;p=gitmo%2FMoose.git diff --git a/xt/release/pod-coverage.t b/xt/release/pod-coverage.t index f3bab77..46e260d 100644 --- a/xt/release/pod-coverage.t +++ b/xt/release/pod-coverage.t @@ -24,6 +24,8 @@ my %trustme = ( 'in_global_destruction', 'check_package_cache_flag', 'load_first_existing_class', + 'is_class_loaded', + 'load_class', ], 'Class::MOP::Attribute' => ['process_accessors'], 'Class::MOP::Class' => [ @@ -107,6 +109,7 @@ my %trustme = ( 'Class::MOP::Package' => [ 'get_method_map', 'wrap_method_body' ], 'Moose' => ['init_meta', 'throw_error'], 'Moose::Error::Confess' => ['new'], + 'Moose::Error::Util' => ['.+'], 'Moose::Meta::Attribute' => [ qw( interpolate_class throw_error @@ -139,6 +142,7 @@ my %trustme = ( generate_reader_method_inline generate_writer_method generate_writer_method_inline + new ) ], 'Moose::Meta::Method::Constructor' => [ @@ -179,7 +183,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 )], @@ -188,11 +192,17 @@ my %trustme = ( 'Moose::Meta::TypeConstraint::Parameterizable' => ['.+'], 'Moose::Meta::TypeConstraint::Parameterized' => ['.+'], 'Moose::Meta::TypeConstraint::Role' => [qw( equals is_a_type_of )], - 'Moose::Meta::TypeConstraint::Union' => - [qw( compile_type_constraint coercion has_coercion)], + 'Moose::Meta::TypeConstraint::Union' => [ + qw( compile_type_constraint + coercion + has_coercion + can_be_inlined + inline_environment ) + ], 'Moose::Util' => ['add_method_modifier'], 'Moose::Util::MetaRole' => ['apply_metaclass_roles'], 'Moose::Util::TypeConstraints' => ['find_or_create_type_constraint'], + 'Moose::Util::TypeConstraints::Builtins' => ['.+'], ); for my $module ( sort @modules ) {