#acl PaulHowarth:read,write,admin,revert,delete All:read === Wednesday 27th July 2011 === ==== Local Packages ==== * Updated `perl-Event` to 1.20: * Repair test again * Updated `perl-JSON-XS` to 2.31: * Don't accumulate initial whitespace in the incremental buffer (this can be useful to allow whitespace-keepalive on a TCP connection without triggering the `max_size` limit) * Properly `croak` on some invalid inputs that are not strings (e.g. `undef`) when trying to decode a JSON text * Updated `perl-version` to 0.92: * Forbid negative versions; make replacement `UNIVERSAL::VERSION` return the original `$VERSION` scalar if called without a requested version ([[PerlRT:95544|Perl RT#95544]]) * Rewrite code so that we just override all subs for `Perl` ≥ 5.9.0 (when `version.pm` was added to the core) * Updated my `mock` wrapper script to retry a build after a `namespace unshare` failure ([[RedHatBugzilla:718714|Bug #718714]]) * Updated my repository-building script not to include packages from older distributions in a repo where there's a package for the "right" distribution already ----