#acl PaulHowarth:read,write,admin,revert,delete All:read === Wednesday 7th August 2013 === ==== Local Packages ==== * Updated `check` to fix detection of more time-related functions, note that `checkmk` is BSD-licensed, and obsolete/provide Fedora's new `checkmk` sub-package * Updated `perl-Moose` to 2.1005: * `add_method` now accepts blessed subs ([[https://github.com/moose/moose/pull/28|PR#28]]) * If a role consumed another role, we resolve method conflicts just like a class consuming a role, but when metaclass compat tried to fix up metaclass roles, we were putting all methods into one composite role and allowing methods in the metaclass roles to conflict; now we resolve them as we should ([[https://github.com/moose/moose/pull/27|PR#27]]) * Some edge cases in tests with `base.pm` and non-existent module files are handled more strictly (see also [[PerlRT:118561|Perl RT#118561]]) ([[https://github.com/moose/moose/pull/25|PR#25]]) ----