X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute.pm;h=7b718885ad393c7368a5ac734a93899690b8e1bc;hb=6f970df68080aecb7afdbc2978a37ea0ec6473d9;hp=9989d75d2ee74e5b6a103feeee09d64c769db17d;hpb=558d9e7d01c4a91c83d77d1236033f46582d7ecc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index 9989d75..7b71888 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -1475,7 +1475,7 @@ I Before setting the value, a check is made on the type constraint of the attribute, if it has one, to see if the value passes it. If the -value fails to pass, the set operation dies with a L. +value fails to pass, the set operation dies. Any coercion to convert values is done before checking the type constraint.