#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 27th January 2014 === ==== Fedora Project ==== * Un-retired and built `perl-Class-Accessor` and `perl-Class-Data-Inheritable` in EPEL-6 so as to fix some broken dependencies on `ppc64` * Updated `perl-Test-Mojibake` and `perl-Test-Version` in Rawhide to allow bootstrapping of EPEL-7 equivalents * Branched and built `perl-Archive-Any` (0.0941) for EPEL-7 * Branched and built `perl-constant-boolean` (0.02) for EPEL-7 * Branched and built `perl-File-chdir` (0.1008) for EPEL-7 * Branched and built `perl-File-MMagic` (1.30) for EPEL-7 * Branched and built `perl-Module-Find` (0.11) for EPEL-7 * Branched and built `perl-Pod-Strip` (1.02) for EPEL-7 * Branched and built `perl-Test-File` (1.36) for EPEL-7 * Branched and built `perl-Test-File-Contents` (0.21) for EPEL-7 * Branched and built `perl-Test-LongString` (0.15) for EPEL-7 * Branched and built `perl-Test-Mojibake` (0.9) for EPEL-7 * Branched and built `perl-Test-Signature` (1.10) for EPEL-7 * Branched and built `perl-Test-Version` (1.002004) for EPEL-7 * Branched and built `perl-Unicode-CheckUTF8` (1.03) for EPEL-7 ==== Local Packages ==== * Updated `perl-autodie` to 2.23: * '''Test/Bugfix:''' Improved testing support on Android and Blackberry devices ([[https://github.com/pjf/autodie/pull/44|GH #44]]) * '''Test/Internal/Travis:''' Various non-code tweaks to make travis-ci more happy with testing `autodie` * '''Bugfix:''' `autodie` no longer weakens `strict` by allowing undeclared variables with the same name as built-ins ([[CPAN:74246|CPAN RT#74246]]) * '''Bugfix:''' `use autodie qw( foo ! foo);` now correctly insists that we have hints for `foo` * '''Internal:''' Improved benchmarking code ----