[API CHANGES]
- * You cannot pass "coerce => 1" for an attribute unless its type constraint
- has a coercion defined. If it doesn't, an error will be thrown when the
- attribute is defined. (Dave Rolsky)
+ * You can no longer pass "coerce => 1" for an attribute unless its type
+ constraint has a coercion defined. If it doesn't, an error will be thrown
+ when the attribute is defined. (Dave Rolsky)
[NEW FEATURES]