for, noteworthy changes.
0.88
+ * Moose::Meta::Method::Accessor
+ - No longer uses inline_slot_access in accessors, to support
+ non-lvalue-based meta instances.
+
+ * Moose::Meta::Attribute
+ - Added the currying syntax for delegation from AttributeHelpers
+ to the existing delegation API. (hdp)
+
+ * Moose::AttributeHelpers
+ - Moved in from MooseX with API tweaks. See Moose::Manual::Delta for
+ details. (hdp, jhannah, rbuels)
+
0.87 Tue Jul 7, 2009
* Moose::Meta::Method::Delegation
- Once again allow class names as well as objects for