cpan Moose 0.89_02

latest releases: 2.2207, 2.2206, 2.2205...
pre-release14 years ago
  • Moose::Meta::Attribute::Native

    • Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp)
  • Moose::Meta::Attribute::Native::Trait::Array

    • Added a number of functions from List::Util and List::MoreUtils,
      including reduce, shuffle, uniq, and natatime. (doy)
  • Moose::Exporter

    • This module will now generate an init_meta method for your exporting
      class if you pass it options for
      Moose::Util::MetaRole::apply_metaclass_roles or
      apply_base_class_roles. This eliminates a lot of repetitive
      boilerplate for typical MooseX modules. (doy).
    • Documented the with_meta feature, which is a replacement for
      with_caller. This feature was added by josh a while ago.
    • The with_caller feature is now deprecated, but will not issue a
      warning yet. (Dave Rolsky)
    • If you try to wrap/export a subroutine which doesn't actually exist,
      Moose::Exporter will warn you about this. (doy)
  • Moose::Meta::Role::Application::ToRole

    • When a role aliased a method from another role, it was only getting
      the new (aliased) name, not the original name. This differed from what
      happens when a class aliases a role's methods. If you only want the
      aliased name, make sure to also exclue the original name. (Dave
      Rolsky)

Don't miss a new Moose release

NewReleases is sending notifications on new releases.