#acl PaulHowarth:read,write,admin,revert,delete All:read === 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 `carp`s if you pass it arguments; these arguments are always ignored, but we used to ignore them silently ([[CPAN:77383|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:63818|CPAN RT#63818]]) * Fix memory leak in type unions ([[CPAN:83929|CPAN RT#83929]]) ----