Merge branch 'master' into attribute_helpers
Hans Dieter Pearcey [Thu, 9 Jul 2009 18:59:28 +0000 (14:59 -0400)]
Conflicts:
Changes

1  2 
Changes

diff --cc Changes
+++ b/Changes
@@@ -2,14 -2,10 +2,18 @@@ Also see Moose::Manual::Delta for more 
  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