Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Moose
From: Stoned Elipot
Date: 2009-11-19 22:21:53
Message id: 20091119212153.8C2F3175DD@cvs.netbsd.org
Log Message:
Update p5-Moose from version 0.92 to version 0.93.
Upstream changes:
0.93 Thu, Nov 19, 2009
* Moose::Object
- Calling $object->new() is no longer deprecated, and no longer
warns. (doy)
* Moose::Meta::Role
- The get_attribute_map method is now deprecated. (Dave Rolsky)
* Moose::Meta::Method::Delegation
- Preserve variable aliasing in @_ for delegated methods, so that
altering @_ affects the passed value. (doy)
* Moose::Util::TypeConstraints
- Allow array refs for non-anonymous form of enum and duck_type, not
just anonymous. The non-arrayref forms may be removed in the
future. (doy)
- Changed Str constraint to not accept globs (*STDIN or *FOO). (chansen)
- Properly document Int being a subtype of Str. (doy)
* Moose::Exporter
- Moose::Exporter using modules can now export their functions to the
main package. This applied to Moose and Moose::Role, among
others. (nothingmuch)
* Moose::Meta::Attribute
- Don't remove attribute accessors we never installed, during
remove_accessors. (doy)
* Moose::Meta::Attribute::Native::Trait::Array
- Don't bypass prototype checking when calling List::Util::first, to
avoid a segfault when it is called with a non-code argument. (doy)
* Moose::Meta::Attribute::Native::Trait::Code
- Fix passing arguments to code execute helpers. (doy)
Files: