#acl PaulHowarth:read,write,admin,revert,delete All:read === Tuesday 14th September 2010 === ==== Local Packages ==== * Updated `perl-Class-MOP` to 1.08, adding buildreq `Test::Requires` where possible and patching its use out elsewhere: * The `get_method_list` and `_get_local_methods` methods blew up in the face of subroutine stubs * Updated `perl-Moose` to 1.13: * The deprecation warnings for `alias` and `excludes` are back: use `-alias` and `-excludes` instead * When composing one role into another and there is an attribute conflict, the error message now includes the attribute name ([[CPAN:59985|CPAN RT#59985]]) * When a class is made immutable, the `does_role` method is overridden with a much faster version that simply looks role names up in a hash; code that uses lots of role-based type constraints should be faster * Rebuilt `sendmail` for `libdb` 5.1.19 in Rawhide ----