Punt on documenting Parameteriz{able,ed} - the API is just
[gitmo/Moose.git] / xt / pod_coverage.t
index 077cbf4..6e8fa24 100644 (file)
@@ -73,6 +73,8 @@ my %trustme = (
     'Moose::Meta::TypeConstraint' => [ 'compile_type_constraint', 'union' ],
     'Moose::Meta::TypeConstraint::Class' =>
         [qw( equals is_a_type_of is_a_subtype_of )],
+    'Moose::Meta::TypeConstraint::Parameterizable' => [ '.+' ],
+    'Moose::Meta::TypeConstraint::Parameterized' => [ '.+' ],
     'Moose::Meta::TypeConstraint::Union' => ['compile_type_constraint'],
 );