#acl PaulHowarth:read,write,admin,revert,delete All:read === Wednesday 24th August 2011 === ==== Fedora Project ==== * Submitted a [[RedHatBugzilla:733053|review request for perl-Unicode-CheckUTF8]], which makes `perl-Test-Mojibake` faster if available * Updated `spamass-milter` in all branches to add a patch that helps with users with a Postfix MTA and users doing SMTP AUTH but not using the milter's `-I` option to not pass mail from authenticated users through !SpamAssassin; Postfix doesn't support Sendmail's `{auth_ssf}` macro that's used to add the `(authenticated bits=nnn)` information into the dummy `Received:` header that the milter passes to !SpamAssassin, so in its absence, the milter now just adds `(authenticated)` rather than omitting the information altogether, which is sufficient for !SpamAssassin to consider the sender as a trusted source ([[RedHatBugzilla:730308|Bug #730308]]) ==== Local Packages ==== * Updated `perl-Moose` to 2.0203: * `is_class_loaded` now properly detects packages that have a `version` object in their `$VERSION` * Fix `XS` compilation under bleadperl * Updated `perl-Pod-Simple` to 3.19: * Fixed occasional test failure when tests are run in parallel (`HARNESS_OPTIONS=j6:c`) * Added "`pod_handler`" option, a callback that can be used to inspect the content on a "`=pod`" line * Added tests for proper line-ending parsing from the previous release * Added the "`parse_empty_lists`" option (disabled by default); when enabled, `Pod::Simple` will recognize empty lists (that is, blocks with '`=over`' and '`=back`' but nothing in between) * Added the "`whiteline_handler`" attribute, much like "`code_handler`", "`cut_handler`", and "`pod_handler`", except it's triggered on lines that contain only whitespace characters * Added "`raw`" attribute to `L<>` treelet that contains the `L<>`'s raw contents * Pod directives autoclosed by `Pod::Simple` are now denoted as such by the new "`fake_closer`" attribute * Fixed incompatibility with `Pod::Simple::HTMLBatch` in `Pod::Simple::XHTML` . I had to add a patch to support building with `Test::More` < 0.88 ([[CPAN:70456|CPAN RT#70456]]) * Updated `spamass-milter` as per the Fedora version ----