#acl PaulHowarth:read,write,admin,revert,delete All:read === Tuesday 27th December 2011 === ==== Local Packages ==== * Updated `curl` to allow the FTPS tests to run with `nss`-3.13 ([[RedHatBugzilla:760060|#760060]]) * Updated `perl-namespace-clean` to 0.22: * Limit the debugger workarounds to `perl`s between 5.8.8 and 5.14; extend debugger support to all `perl` versions ([[CPAN:69862|CPAN RT#69862]]) * If possible, automatically install (but not load) the debugger workaround libraries on `perl`s between 5.8.8 and 5.14 ([[CPAN:72368|CPAN RT#72368]]) * Add back dropped `NAME` section ([[CPAN:70259|CPAN RT#70259]]) * Simplify the ≥ 5.10 pure-`perl` variant even more - move the hook from `DESTROY` into `DELETE` * Force explicit callback invocation order on 5.8 pure-`perl` * Replace the `%^H` tie approach with fieldhashes, which fixes all known corner cases and caveats on supported `perl`s ≥ 5.8.1 ([[CPAN:73402|CPAN RT#73402]]) * Compile away the debugger fix-up on `perl`s ≥ 5.15.5 ----