0.84 Thu, Jun 25, 2009
* Moose::Role
- - has now sets definition_context for attributes defined in roles. (doy)
+ - has now sets definition_context for attributes defined in
+ roles. (doy)
* Moose::Meta::Attribute
- When adding an attribute to a metaclass, if the attribute has
warning. (hdp)
- Methods generated by delegation were not being added to
associated_methods. (hdp)
- - Attribute accessors (reader, writer, accessor, predicate, clearer) now
- warn if they overwrite an existing method. (doy)
+ - Attribute accessors (reader, writer, accessor, predicate,
+ clearer) now warn if they overwrite an existing method. (doy)
- Attribute constructors now warn very noisily about unknown (or
mispelled) arguments