[libxml-libxml-debugging-perl] 02/36: Split XML-LibXML-Debugging stuff out of HTML-HTML5-Sanity.

Jonas Smedegaard dr at jones.dk
Tue Aug 4 16:35:30 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 32f7b19197efd51b8c145244e20e752ad7996f00
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Mon Apr 26 22:36:31 2010 +0000

    Split XML-LibXML-Debugging stuff out of HTML-HTML5-Sanity.
    
    --HG--
    branch : XML-LibXML-Debugging
    extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/XML-LibXML-Debugging%40303
---
 Changes | 2 +-
 README  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index 4ea1006..7f16e4a 100644
--- a/Changes
+++ b/Changes
@@ -11,7 +11,7 @@ Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-Debugging>
 Maintainer:   Toby Inkster <mailto:tobyink at cpan.org>
 
 0.04 [2010-04-28] # Fork from HTML-HTML5-Sanity.
+ - Make functions into object methods.
  - Split the to_hashref and to_clarkml functions out into a separate
    distribution.
- - Make functions into object methods.
 
diff --git a/README b/README
index 4c694b5..07ff1e2 100644
--- a/README
+++ b/README
@@ -20,14 +20,14 @@ DESCRIPTION
 
       <foo xmlns="http://example.com/1"
            xmlns:bar="http://example.com/2"
-                     bar:baz="quux" />
+           bar:baz="quux" />
 
     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/}bar="http://example.com/2"
-                     {http://example.com/2}baz="quux" />
+           {http://example.com/2}baz="quux" />
 
     Another method "toDebuggingHash" returns a hashref suitable for dumping
     using Data::Dumper.

-- 
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