#acl PaulHowarth:read,write,admin,revert,delete All:read === Saturday 25th February 2012 === ==== Fedora Project ==== * Updated `perl-MailTools` to 2.09 in Rawhide: * Remove dependency to `Test::Pod` by moving `99pod.t` from `t/` to `xt/` ([[CPAN:69918|CPAN RT#69918]]) . As there is no circular dependency, I retained `perl(Test::Pod)` as a build requirement and ran `xt/99pod.t` anyway * Updated `perl-Net-SSLeay` to 1.45 in F-17 and Rawhide: * Added thread safety and dynamic locking, which should complete thread safety work, making `Net::SSLeay` completely thread-safe * Lots of improved documentation ==== Local Packages ==== * Updated `perl-MailTools` to 2.09 as per the Fedora version * Updated `perl-Module-Build` to 0.40 (RPM version 0.4000 to maintain the upgrade path): * Fixed bug with a nested directory named '`share`' inside a `ShareDir` ([[CPAN:68585|CPAN RT#68585]]) * Fixed failing `tilde.t` when run under UID without `passwd` entry ([[CPAN:67893|CPAN RT#67893]]) * Fixed bug where modules without `$VERSION` might have a version of '`0`' listed in '`provides`' metadata, which will be rejected by `PAUSE` * Fixed bug in `PodParser` to allow numerals in module names * Fixed bug where giving arguments twice led to them becoming arrays, resulting in install paths like "`ARRAY(0xdeadbeef)/lib/Foo.pm`" * Fixed typo in `Module::Build` documentation ([[CPAN:67008|CPAN RT#67008]]) * Pod to HTML internals changed to support new `Pod::Html` work in the `Perl` core * Fixed deviance from alphabetical order in documentation of constructor parameters * Add documentation for `configure_requires` constructor parameter * Change some of the docs' language describing relationship to `MakeMaker` * List Perl-Toolchain-Gang repo as official repo * Updated `perl-Net-SSLeay` to 1.45: * Added missing `t/data/binary-test.file` to `MANIFEST` ([[CPAN:75261|CPAN RT#75261]]) * Added missing documentation for `SESSION_cmp` ([[CPAN:75264|CPAN RT#75264]]) * Updated `perl-PPIx-Regexp` to 0.026: * Add support for `\F` (fold case), added in 5.15.8 ----