constraint has a coercion defined. If it doesn't, an error will be thrown
when the attribute is defined. (Dave Rolsky)
- * has '+foo' now has a blacklist rather than a whitelist for options which
- can be legally inherited (doy, Tuomas Jormola).
+ * Previously, '+foo' only allowed a specific set of options to be
+ overridden, which made it impossible to change attribute options related
+ to extensions. Now we blacklist some options, and anything else is
+ allowed. (doy, Tuomas Jormola)
* Removed the long-deprecated Moose::Meta::Role->alias_method metohd. (Dave
Rolsky).