[libxml-libxml-debugging-perl] 12/36: use HTML::HTML5::Entities

Jonas Smedegaard dr at jones.dk
Tue Aug 4 16:35:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libxml-libxml-debugging-perl.

commit c1bcd721468e74a56d8be97bc7527b41d78e5b07
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Nov 26 13:32:31 2011 +0000

    use HTML::HTML5::Entities
    
    --HG--
    branch : XML-LibXML-Debugging
---
 lib/XML/LibXML/Debugging.pm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/lib/XML/LibXML/Debugging.pm b/lib/XML/LibXML/Debugging.pm
index ba54d03..6094528 100644
--- a/lib/XML/LibXML/Debugging.pm
+++ b/lib/XML/LibXML/Debugging.pm
@@ -4,10 +4,10 @@ use 5.008;
 use parent qw(XML::LibXML);
 use strict;
 
-use HTML::Entities qw(encode_entities_numeric);
+use HTML::HTML5::Entities qw(encode_entities_numeric);
 use XML::LibXML qw(:all);
 
-our $VERSION = '0.100';
+our $VERSION = '0.101';
 
 sub XML::LibXML::Document::toDebuggingHash
 {
@@ -241,7 +241,7 @@ string of XML-like markup with explicit namespaces. The following XML:
 Might be represented as:
 
   <{http://example.com/1}foo
-       {http://www.w3.org/2000/xmlns/}XMLNS="http://example.com/1"
+       {http://www.w3.org/2000/xmlns/}xmlns="http://example.com/1"
        {http://www.w3.org/2000/xmlns/}bar="http://example.com/2"
        {http://example.com/2}baz="quux" />
 
@@ -267,4 +267,10 @@ Copyright (C) 2009-2011 by Toby Inkster
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=head1 DISCLAIMER OF WARRANTIES
+
+THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
+MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
 =cut

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-libxml-debugging-perl.git



More information about the Pkg-perl-cvs-commits mailing list