From: Yuval Kogman Date: Sat, 29 Dec 2007 16:02:02 +0000 (+0000) Subject: minor doc fix X-Git-Tag: 0_35~45 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec00fa75cabb0899c29f5bf7ed5c146b228bd79a;p=gitmo%2FMoose.git minor doc fix --- diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index c83c9cb..53847c3 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -551,7 +551,7 @@ value fails to pass, the set operation dies with a L. 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, +attribute instance using L, fetch the type_constraint from the attribute using L and call L. See L for an example.