diff options
author | wen <wen@pkgsrc.org> | 2015-10-30 13:26:52 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-10-30 13:26:52 +0000 |
commit | fc8768f863895db0d9c9db60593e4b014891ea37 (patch) | |
tree | 2003b37a62e4e5a9fb8fcd8df252720006950e06 /textproc | |
parent | 43b73ff84179a728e2463740930d16876ea125cb (diff) | |
download | pkgsrc-fc8768f863895db0d9c9db60593e4b014891ea37.tar.gz |
Update to 3.49
Upstream changes:
3.49 - 2015-03-24
- added: the DTD_base option to XML::Twig new, that forces XML::Twig to look
for the DTD in a given directory
thanks to Arun lakhana for the idea
- fixed: XML::Parser 2.43 caused a failure in the tests due to a change in
its behaviour when die-ing.
- fixed: prevent PAUSE from trying to index packages that are only used
for monkey patching (to re-use XML::XPath as the XPath engine for
XML::Twig::XPath). Will also prevent UNAUTHORIZED flag on metacpan.
patch sent by Graham Knop
- fixed: RT #96009
keep_atts_order => 0 behaviour. Spotted by Dolmen
https://rt.cpan.org/Public/Bug/Display.html?id=96009
- fixed bug RT #97461
wrong error message was returned calling parse on an invalid filehandle
Thanks to Slaven Rezic for the bug report and test case
https://rt.cpan.org/Public/Bug/Display.html?id=97461
- fixed: RT #98801
COMPATIBILITY WARNING
inconsistency between simplify and XML::Simple for empty elements (including
elements with start and end tags but no contents)
the XML::Simple behaviour is to map them to an empty hash, not an
empty/undef scalar (depending of whether the element is a PCDATA or not)
as was the case in previous versions of the module.
This has the potential to break some existing code, but simplify should be
strictly the same as XML::Simple's XMLin
Thanks to Vangelis Katsikaros for the bug report and test case
https://rt.cpan.org/Public/Bug/Display.html?id=98801
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Twig/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Twig/distinfo | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index 7d4ccf2e24a..7291e6c3c49 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:51:38 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/10/30 13:26:52 wen Exp $ # -DISTNAME= XML-Twig-3.48 +DISTNAME= XML-Twig-3.49 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Twig/distinfo b/textproc/p5-XML-Twig/distinfo index 452158a30b7..a39c70b8c4c 100644 --- a/textproc/p5-XML-Twig/distinfo +++ b/textproc/p5-XML-Twig/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.15 2014/07/16 09:00:51 wen Exp $ +$NetBSD: distinfo,v 1.16 2015/10/30 13:26:52 wen Exp $ -SHA1 (XML-Twig-3.48.tar.gz) = 55801d6c88f76403dd30bf503691f241a335d176 -RMD160 (XML-Twig-3.48.tar.gz) = 66ac5fb05b53b97e7782f4d3da33909b085027a7 -Size (XML-Twig-3.48.tar.gz) = 401255 bytes +SHA1 (XML-Twig-3.49.tar.gz) = 4d46acdb3d81ce0b44d7d1ae9feb7c411b29e430 +RMD160 (XML-Twig-3.49.tar.gz) = 7aab0ed9484fa01f45d7b8c787d0f6b229606803 +SHA512 (XML-Twig-3.49.tar.gz) = 162c07f912062723f225e9620cf18a8a8ad1282abeab6c981c9acb9f638f6fbc70476811533c7c739e861e0cce4ccbc7f44ce0cbe8a9b6b4947e60cffacce23c +Size (XML-Twig-3.49.tar.gz) = 402874 bytes |