#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 30th June 2014 === ==== Fedora Project ==== * Updated `perl-Event` to 1.22 in Rawhide * Updated `perl-Readonly` to 1.61 in Rawhide: * Fix array and hash `tie()` while in XS mode (exposed by `Params::Validate` tests) * Fix implicit `undef` value regression ([[https://github.com/sanko/readonly/issues/8|GH #8]]) * Normal constants (strings, numbers) do not appear to be read-only to `Internals::SvREADONLY($)` but `perl` itself doesn't miss a beat when you attempt to assign a value to them; fixing test regression in `t/general/reassign.t` * Minor documentation fixes (spell check, etc.) ([[https://github.com/sanko/readonly/issues/7|GH #7]]) ==== Local Packages ==== * Updated `perl-Event` to 1.22 as per the Fedora version * Updated `perl-Params-Validate` to 1.13: * Fixes for MSVC compilation ([[https://github.com/autarch/Params-Validate/pull/1|GH #1]]) * Temporarily skip tests that use `Readonly` with `Readonly` 1.50+ until various bugs are worked out in `Readonly` * Updated `perl-Readonly` to 1.61 as per the Fedora version ----