* Moose::Meta::Method::Accessor
- No longer uses inline_slot_access in accessors, to support
non-lvalue-based meta instances. (sorear)
+
* Moose::Manual::Contributing
- - Re-write the Moose::Manual::Contributing document to reflect the new
- layout and methods of work for the Git repository. All work now should
- be done in topic branches and reviewed by a core committer before
- being applied to master. All releases are done by a cabal member and
- merged from master to stable. This plan was devised by Yuval, blame
- him. (perigrin)
+ - Re-write the Moose::Manual::Contributing document to reflect
+ the new layout and methods of work for the Git repository. All
+ work now should be done in topic branches and reviewed by a
+ core committer before being applied to master. All releases
+ are done by a cabal member and merged from master to
+ stable. This plan was devised by Yuval, blame him. (perigrin)
+
* Moose::Meta::Role
- - Create metaclass attributes for the different role application classes.
- (rafl)
+ - Create metaclass attributes for the different role application
+ classes. (rafl)
+
* Moose::Util::MetaRole
- - Allow applying roles to a meta role's role application classes. (rafl)
+ - Allow applying roles to a meta role's role application
+ classes. (rafl)
+
* Moose::Meta::Attribute
- - add weak_ref to allowed options for "has '+foo'" (mst)
+ - Add weak_ref to allowed options for "has '+foo'" (mst)
0.87 Tue Jul 7, 2009
* Moose::Meta::Method::Delegation