Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Moose
From: Thomas Klausner
Date: 2010-02-04 13:32:53
Message id: 20100204123253.C7813175DD@cvs.netbsd.org
Log Message:
Update to 0.95, provided by Wen Heping in PR 42740.
0.95 Thu, Feb 4, 2010
[NEW FEATURES]
* Moose::Meta::Attribute::Native::Trait::Code now provides execute_method, in
addition to execute, to be able to call a code attribute as a method.
(Florian Ragwitz)
[ENHANCEMENTS]
* Moose::Object::does no longer checks the entire inheritance tree, since
Moose::Meta::Class::does_role already does this. (doy)
* Moose::Util::add_method_modifier (and subsequently the sugar functions \
Moose::before,
Moose::after, and Moose::around) can now accept arrayrefs, with the same
behavior as lists. Types other than arrayref and regexp result in an error.
(Dylan Hardison)
Files: