X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute.pm;h=e21ec2fb7c52f9e7dda1728f6c553ae949f60584;hb=2326164ec66ffd50a9597dbf0bfa17509642a615;hp=7b718885ad393c7368a5ac734a93899690b8e1bc;hpb=ed82277c6382d6edcd37676b4140a8ce05fdca90;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index 7b71888..e21ec2f 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -1482,7 +1482,7 @@ Any coercion to convert values is done before checking the type constraint. To check a value against a type constraint before setting it, fetch the attribute instance using L, fetch the type_constraint from the attribute using L -and call L. See L +and call L. See L for an example. =back