cpan Moose 0.71_01

latest releases: 2.2207, 2.2206, 2.2205...
pre-release15 years ago
  • Moose::Cookbook

    • Hopefully fixed some POD errors in a few recipes that caused
      them to display weird on search.cpan.org.
  • Moose::Util::TypeConstraints

    • Calling type or subtype without the sugar helpers (as, where,
      message) is now deprecated.
    • The subtype function tried hard to guess what you meant, but
      often got it wrong. For example:

    my $subtype = subtype as 'ArrayRef[Object]';

    This caused an error in the past, but now works as you'd
    expect.

  • Everywhere

    • Make sure Moose.pm is loaded before calling
      Moose->throw_error. This wasn't normally an issue, but could
      bite you in weird cases.

Don't miss a new Moose release

NewReleases is sending notifications on new releases.