Calculating $err->column() properly, so it won't be maxed out at
80:
- https://rt.cpan.org/Public/Bug/Display.html?id=66642
- the context still maxes at 80 (to avoid wasting RAM) but we
still continue past that to get the accurate verdict.
- Thanks to SCOP.
- https://rt.cpan.org/Public/Bug/Display.html?id=66642
Update the repository in the documentation to point to the
bitbucket.org one.
Revamped Makefile.PL:
- Got rid of "\t" characters.
- Add "use strict" and "use warnings".
- Add resources and keywords to the META_MERGE.
- Other changes.
- Got rid of "\t" characters.
Fix https://rt.cpan.org/Public/Bug/Display.html?id=53632 :
- << when calling normalize on a node, processing of children nodes
will stop when an empty element node is encountered. >>
- Thanks to Daniel Frett for the patch.
- << when calling normalize on a node, processing of children nodes
Apply the patch from Daniel Frett's InputCallbackFix branch.
- a partial fix to https://rt.cpan.org/Public/Bug/Display.html?id=4263 .
- Call two $parser->parse_string() in succession.
- a partial fix to https://rt.cpan.org/Public/Bug/Display.html?id=4263 .
Apply the NestedParsing patch.
- more of https://rt.cpan.org/Public/Bug/Display.html?id=4263
- Thanks to Daniel Frett for the patch.
[QUOTE]
Updated how legacy parser local callbacks are utilized by
init_callbacks so that the XML::LibXML::InputCallback object doesn't
have to be temporarily modified during the parsing process.This change could break code for users that have subclassed
XML::LibXML::InputCallback and overridden the init_callbacks method
[/QUOTE]- more of https://rt.cpan.org/Public/Bug/Display.html?id=4263
Documentation fixes patch from Daniel Frett on: