cpan Moose 0.93

latest releases: 2.2207, 2.2206, 2.2205...
14 years ago
  • 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)

Don't miss a new Moose release

NewReleases is sending notifications on new releases.