Fix (or remove) broken links in the POD
[gitmo/Moose.git] / lib / Moose / Meta / Attribute.pm
index 9989d75..7b71888 100644 (file)
@@ -1475,7 +1475,7 @@ I<Attribute (x) does not pass the type constraint (Int) with 'forty-two'>
 
 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</throw_error>.
+value fails to pass, the set operation dies.
 
 Any coercion to convert values is done before checking the type constraint.