X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FTypeConstraint.pm;h=43a03c5f3a471e407dc8a92ba428e75c76fdf9b2;hp=34afeab261fd51db9558218e4f0350b66ebc170b;hb=4c99ea954f2e8db186c9b3559579f63d26969c95;hpb=47c73874c0f53fc133dc692896877b9e936ecae8 diff --git a/lib/Mouse/Meta/TypeConstraint.pm b/lib/Mouse/Meta/TypeConstraint.pm index 34afeab..43a03c5 100644 --- a/lib/Mouse/Meta/TypeConstraint.pm +++ b/lib/Mouse/Meta/TypeConstraint.pm @@ -81,6 +81,15 @@ sub create_child_type{ ); } +sub name; +sub parent; +sub message; +sub has_coercion; +sub _compiled_type_constraint; +sub _compiled_type_coercion; + +sub compile_type_constraint; + sub _add_type_coercions{ my $self = shift;