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 7de79818ef613111a88e559094799db52c2a113a Author: Toby Inkster <[email protected]> Date: Sat Nov 26 13:57:05 2011 +0000 Final prep. --HG-- branch : XML-LibXML-Debugging --- lib/XML/LibXML/Debugging.pm | 5 ++++- meta/doap.ttl | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/XML/LibXML/Debugging.pm b/lib/XML/LibXML/Debugging.pm index 9c90fb5..b92d1fa 100644 --- a/lib/XML/LibXML/Debugging.pm +++ b/lib/XML/LibXML/Debugging.pm @@ -7,7 +7,10 @@ use strict; use HTML::HTML5::Entities qw(encode_entities_numeric); use XML::LibXML qw(:all); -our $VERSION = '0.101'; +BEGIN { + $XML::LibXML::Debugging::AUTHORITY = 'cpan:TOBYINK'; + $XML::LibXML::Debugging::VERSION = '0.101'; +} sub XML::LibXML::Document::toDebuggingHash { diff --git a/meta/doap.ttl b/meta/doap.ttl index 5e1a795..a084e54 100644 --- a/meta/doap.ttl +++ b/meta/doap.ttl @@ -24,7 +24,7 @@ my:project :created "2010-04-26"^^xsd:date ; :license <http://dev.perl.org/licenses/> ; :category - [ rdfs:label "XML" ] ; + [ rdfs:label "XML" ] , [ rdfs:label "Debugging" ] . -- 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
