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 956a8a8aa32e88be6d86342a65e00d4d37aefa01
Author: Toby Inkster <m...@tobyinkster.co.uk>
Date:   Wed Nov 9 11:32:34 2011 +0000

    use parent instead of use base
    
    --HG--
    branch : XML-LibXML-Debugging
    extra : convert_revision : 
svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/XML-LibXML-Debugging%401063
---
 lib/XML/LibXML/Debugging.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/XML/LibXML/Debugging.pm b/lib/XML/LibXML/Debugging.pm
index 540df79..3f99222 100644
--- a/lib/XML/LibXML/Debugging.pm
+++ b/lib/XML/LibXML/Debugging.pm
@@ -1,7 +1,7 @@
 package XML::LibXML::Debugging;
 
 use 5.008;
-use base qw(XML::LibXML);
+use parent qw(XML::LibXML);
 use strict;
 
 use HTML::Entities qw(encode_entities_numeric);

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to