0.85
* Moose::Meta::Attribute
- The warning for 'no associated methods' is now split out into the
- check_associated_methods method, so that extensions can safely call
+ _check_associated_methods method, so that extensions can safely call
'after install_accessors => ...'. (hdp)
+ - Move currying syntax for delegation in from AttributeHelpers. (hdp)
+
+ * Moose::AttributeHelpers
+ - Moved in from MooseX with API tweaks. See Moose::Manual::Delta for
+ details. (hdp, jhannah, rbuels)
0.84 Fri, Jun 26, 2009
* Moose::Role