#acl PaulHowarth:read,write,admin,revert,delete All:read === Tuesday 14th June 2011 === ==== Fedora Project ==== * I was going to rebuild `perl-BerkeleyDB` for `libdb` 5.2.28 in Rawhide but the build failed. I reported the issue upsteam at [[CPAN:68818|CPAN RT#68818]] ==== Local Packages ==== * Updated `perl-XML-LibXML` to 1.71: * Turn `XML_LIBXML_PARSE_DEFAULTS` constant to `$XML::LibXML::XML_LIBXML_PARSE_DEFAULTS` * No need to `AUTOLOAD` '`domain`' because a method like that exists ([[CPAN:68575|CPAN RT#68575]]) * Get rid of `AUTOLOAD` completely ([[CPAN:68575|CPAN RT#68575]]) * Handle unknown domains ([[CPAN:68575|CPAN RT#68575]]) * Add more errors ([[CPAN:68575|CPAN RT#68575]]) * Avoid malformed UTF-8 warnings ([[CPAN:68575|CPAN RT#68575]]) * In `replaceDataString` - use http://perldoc.perl.org/functions/quotemeta.html instead of a long (and incomplete) list of characters to escape ([[CPAN:68564|CPAN RT#68564]]) ----