pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-XML-Twig



Module Name:    pkgsrc
Committed By:   rhaen
Date:           Wed Jan 23 10:33:32 UTC 2013

Modified Files:
        pkgsrc/textproc/p5-XML-Twig: Makefile distinfo

Log Message:
- updated to 3.42

CHANGES

version 3.42
date: 2012-11-06
# minor maintenance release
fixed: bug, elements created with XML::Twig::Elt->parse were
       garbage collected too early,
       see http://stackoverflow.com/questions/13263193/xmltwig-changes-erased
added: some tests

version 3.41
date 2012-08-08
# minor maintenance release
fixed: META.json generation

version 3.40
date: 2012-05-10
# minor maintenance release
added: support for alternations ('|') at the top level of handler
       triggers and navigation
       you can now have twig_handlers => { 't1|t2' => \&handler }
       and $elt->children( 't1|t2')
added: the discard_all_spaces option that discards more aggressively
       non-significant white spaces
       see RT #71164 https://rt.cpan.org/Ticket/Display.html?id=71164
fixed: used $[ instead of $] in 3 tests,
       see RT#72765 https://rt.cpan.org/Ticket/Display.html?id=72765
       reported by Kevin Ryde
fixed: did not use Text::Wrap with indented_c
       see RT #71375 https://rt.cpan.org/Ticket/Display.html?id=71375
       reported and patch provided by Martin Strömberg
fixed: doc change for XML::Twig::Elt flush, see RT #72279
       https://rt.cpan.org/Ticket/Display.html?id=72279
fixed: replaced HTML::TreeBuilder::as_XML with am XML::Twig specific
       version, to avoid bugs in the original version and improve
       stability of the output


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/p5-XML-Twig/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/p5-XML-Twig/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index