cpan Moose 0.55_02

latest releases: 2.2207, 2.2206, 2.2205...
pre-release15 years ago
  • Makefile.PL and Moose.pm

    • explicitly require Perl 5.8.0+ (Dave Rolsky)
  • Moose::Util::TypeConstraints

    • Fix warnings from find_type_constraint if the type is not
      found (t0m).
  • Moose::Meta::TypeConstraint

    • Predicate methods (equals/is_a_type_of/is_subtype_of) now
      return false if the type you specify cannot be found in the
      type registry, rather than throwing an unhelpful and
      coincidental exception. (t0m).
    • added docs & test for this (t0m)
  • Moose::Meta::TypeConstraint::Registry

    • add_type_constraint now throws an exception if a parameter is
      not supplied (t0m).
    • added docs & test for this (t0m)
  • Moose::Cookbook::FAQ

    • Added a faq entry on the difference between "role" and "trait"
      (t0m)
  • Moose::Meta::Role

    • Fixed a bug that caused role composition to not see a required
      method when that method was provided by another role being
      composed at the same time. (Dave Rolsky)
    • test and bug finding (tokuhirom)

Don't miss a new Moose release

NewReleases is sending notifications on new releases.