X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FPurePerl.pm;h=a946b031af3fe9a4e21de9820b9eb92c2a50b84b;hp=820968eeec62a0c7169e223de7e96094e4596921;hb=fc83f4cf2ef7708120a216bddc285b93082d7958;hpb=3bf1e61fcb47e0815e305e0199f5743adde98f87 diff --git a/lib/Mouse/PurePerl.pm b/lib/Mouse/PurePerl.pm index 820968e..a946b03 100644 --- a/lib/Mouse/PurePerl.pm +++ b/lib/Mouse/PurePerl.pm @@ -511,6 +511,9 @@ sub name { $_[0]->{name} } sub parent { $_[0]->{parent} } sub message { $_[0]->{message} } +sub type_parameter { $_[0]->{type_parameter} } +sub __is_parameterized { exists $_[0]->{type_parameter} } + sub _compiled_type_constraint{ $_[0]->{compiled_type_constraint} } sub _compiled_type_coercion { $_[0]->{_compiled_type_coercion} }