cpan Moose 2.0800

latest releases: 2.2207, 2.2206, 2.2205...
11 years ago

[ENHANCEMENTS]

  • The super() subroutine now carps if you pass it arguments. These arguments
    are always ignored, but we used to ignore them silently. RT #77383.

  • Roles can now override methods from other roles they consume directly,
    without needing to manually exclude them (just like classes can). (mst)

[BUG FIXES]

  • Fix false positive when checking for circular references for modules that
    use the "also" parameter with Moose::Exporter. Reported by Jon
    Swartz. Fixed by Matthew Wickline. RT #63818.

  • Fix memory leak in type unions. (Karen Etheridge) RT#83929.

  • Fix application of traits at compile time. (doy) RT#77974.

Don't miss a new Moose release

NewReleases is sending notifications on new releases.