PaulHowarth/Blog/2013-03-28

Thursday 28th March 2013

Local Packages

  • Updated perl-Capture-Tiny to 0.22:

    • Issue tracker is now github
  • Updated perl-CPAN-Meta to 2.130870:

    • Don't add 'version' to 'provides' during conversion if one didn't exist in the original

  • Updated perl-Moose to 2.0800:

  • Enhancements:
    • The super() subroutine now carps if you pass it arguments; these arguments are always ignored, but we used to ignore them silently (CPAN RT#77383)

    • Roles can now override methods from other roles they consume directly, without needing to manually exclude them (just like classes can)
  • Bug Fixes:
    • Fix false positive when checking for circular references for modules that use the "also" parameter with Moose::Exporter (CPAN RT#63818)

    • Fix memory leak in type unions (CPAN RT#83929)


Recent