Moose::Object
- Calling $object->new() is no longer deprecated, and no longer
warns. (doy)
- Calling $object->new() is no longer deprecated, and no longer
Moose::Meta::Role
- The get_attribute_map method is now deprecated. (Dave Rolsky)
- 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)
- Preserve variable aliasing in @_ for delegated methods, so that
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)
- Allow array refs for non-anonymous form of enum and duck_type, not
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::Exporter using modules can now export their functions to the
Moose::Meta::Attribute
- Don't remove attribute accessors we never installed, during
remove_accessors. (doy)
- Don't remove attribute accessors we never installed, during
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)
- Don't bypass prototype checking when calling List::Util::first, to
Moose::Meta::Attribute::Native::Trait::Code
- Fix passing arguments to code execute helpers. (doy)
- Fix passing arguments to code execute helpers. (doy)