Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Moose
From: Stoned Elipot
Date: 2009-07-26 09:04:28
Message id: 20090726070428.40BB8175D0@cvs.netbsd.org
Log Message:
Update p5-Moose from version 0.87 to version 0.88.
Upstream changes:
0.88 Fri Jul 24, 2009
* 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)
* Moose::Meta::Role
- 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)
* Moose::Meta::Attribute
- Add weak_ref to allowed options for "has '+foo'" (mst)
* Moose::Meta::Method::Accessor
- No longer uses inline_slot_access in accessors, to support
non-lvalue-based meta instances. (sorear)
Files: