#acl PaulHowarth:read,write,admin,revert,delete All:read === Saturday 23rd July 2011 === ==== Local Packages ==== * Updated `perl-Moose` to 2.0201: * `Moose::Util::does_role` shouldn't call `->does` on things that don't inherit from `Moose::Object` * Make `->does` initialize the metaclass, so that calling it as a class method on a class that sets up inheritance via some method other than `extends` works properly (this fixes an issue with `MooseX::Types`) * Make `Dist::CheckConflicts` a runtime requirement, so `moose-outdated` always works * Updated `perl-PPIx-Regexp` to 0.021: * Modified tokenizer to correctly handle a backslash used as a delimiter * `PPIx::Regexp::Dumper` now dumps the results of `ppi()` if that method is present and `-verbose` is asserted * Updated `perl-XML-LibXML` to 1.84: * Fixed missing declarations after statements ([[CPAN:69622|CPAN RT#69622]]) * Fix docbook source validity ([[CPAN:69702|CPAN RT#69702]]) * Documentation spelling fixes ([[CPAN:69703|CPAN RT#69703]]) * Convert `t/14sax.t` to Counter and Stacker so the tests will be more reliable * Fix for perl 5.8.x before 5.8.8 ([[CPAN:69722|CPAN RT#69722]]) . The last of those fixes ([[CPAN:69722|CPAN RT#69722]]) was for an issue I raised about backwards compatibility of `t/14sax.t` for `perl` < 5.8.8 in version 1.83, fixed upstream within a couple of hours! * Updated `sendmail` to fix SMTP AUTH over TLS in case of two `AUTH` lines ([[RedHatBugzilla:716628|Bug #716628]]) and added default `SENDMAIL_OPTS` in `sendmail.service`/`sm-client.service` so that upgrades work properly ([[RedHatBugzilla:719931|Bug #719931]]) ----