#acl PaulHowarth:read,write,admin,revert,delete All:read === Saturday 2nd July 2011 === ==== Local Packages ==== * Updated `perl-Guard` to 1.022: * Document how `()` after the function name overrides the prototype * Improve documentation, fix the examples * Updated `perl-XML-LibXML` to 1.77: * Change the signature of `XML::LibXML::Reader::byteConsumed` to be "`long`" instead of "`int`", so it can return values above 2^31^ in 64-bit platforms (should fix [[CPAN:57085|CPAN RT#57085]]) * Change "`a XML::LibXML::*`" to "`an XML::LibXML::*`" in the documentation * Document `XML::LibXML::NamedNodeMap` ([[CPAN:57652|CPAN RT#57652]]) * Add an external entity resolver for XSLT/etc. ([[CPAN:69166|CPAN RT#69166]]) * Add the missing string comparison overload in `lib/XML/LibXML/NodeList.pm` ([[CPAN:57737|CPAN RT#57737]]) * Fix [[CPAN:58024|CPAN RT#58024]]: In `XML::LibXML`, warnings are not suppressed when specifying the `recover()` or `recover_silently()` flags * Now `XML-LibXML` requires `perl`-5.8.x (to print to a buffer) * Fix [[CPAN:56671|CPAN RT#56671]]: Limit the length of the chain of the previous errors (adds new files `t/60error_prev_chain.t` and `example/JBR-ALLENtrees.htm`) * Fix [[CPAN:58848|CPAN RT#58848]]: "Malformed UTF-8 character (fatal) at" exception thrown on invalid UTF-8 ----