X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFunction%2FParameters.pm;fp=lib%2FFunction%2FParameters.pm;h=a7d06c30bcf263ee0f7c498f84197d51c831ee7a;hb=d54d249f6778acae4532a85f6ca279028ce15857;hp=c05f008c2fc15e1f90bdd8baeab672858d47ab1f;hpb=e85d37cfe365abbbcd8f931bf4ee464b0b95a8f9;p=p5sagit%2FFunction-Parameters.git diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index c05f008..a7d06c3 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -677,7 +677,7 @@ L|Moose::Util::Ty If you are in "lax" mode, nothing further happens and the types are ignored. If you are in "strict" mode, C generates code to make sure any values passed in conform to the type (via -L<< C<< $constraint->check($value) >>|Moose::Meta::TypeConstraint/$constraint->check($value) >>. +L<< C<< $constraint->check($value) >>|Moose::Meta::TypeConstraint/$constraint->check($value) >>). In addition, these type constraints are inspectable through the L object returned by