PaulHowarth/Blog/2011-07-02

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 231 in 64-bit platforms (should fix CPAN RT#57085)

    • Change "a XML::LibXML::*" to "an XML::LibXML::*" in the documentation

    • Document XML::LibXML::NamedNodeMap (CPAN RT#57652)

    • Add an external entity resolver for XSLT/etc. (CPAN RT#69166)

    • Add the missing string comparison overload in lib/XML/LibXML/NodeList.pm (CPAN RT#57737)

    • Fix 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 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 RT#58848: "Malformed UTF-8 character (fatal) at" exception thrown on invalid UTF-8


Recent