[libxml-libxml-debugging-perl] 13/36: Version 0.101 ready for release.

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 9bf4154a5cc0ae250f415285b091ff065099e224
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Nov 26 13:45:06 2011 +0000

    Version 0.101 ready for release.
    
    --HG--
    branch : XML-LibXML-Debugging
    rename : example1.pl => examples/example1.pl
    rename : Changes.ttl => meta/changes.ttl
---
 Changes                     | 21 -----------
 Changes.ttl                 | 85 ---------------------------------------------
 Changes.xml                 | 82 -------------------------------------------
 MANIFEST.SKIP               | 10 ------
 META.yml                    | 31 -----------------
 Makefile.PL                 | 36 +------------------
 README                      | 46 ------------------------
 TODO                        |  3 --
 example1.pl                 | 37 --------------------
 examples/example1.pl        | 23 ++++++++++++
 lib/XML/LibXML/Debugging.pm |  3 +-
 meta/changes.ttl            | 54 ++++++++++++++++++++++++++++
 meta/doap.ttl               | 38 ++++++++++++++++++++
 meta/makefile.ttl           | 13 +++++++
 14 files changed, 131 insertions(+), 351 deletions(-)

diff --git a/Changes b/Changes
deleted file mode 100644
index 6bafbac..0000000
--- a/Changes
+++ /dev/null
@@ -1,21 +0,0 @@
-############################################################################
-## Changes #################################################################
-############################################################################
-
-XML-LibXML-Debugging
-====================
-
-Created:      2010-04-26
-Home page:    <http://search.cpan.org/dist/XML-LibXML-Debugging/>
-Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-Debugging>
-Maintainer:   Toby Inkster <mailto:tobyink at cpan.org>
-
-0.100 [2011-02-09] # We're not dead yet!
- - Minor refactoring.
- - (Update) Copyright 2011.
-
-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.
-
diff --git a/Changes.ttl b/Changes.ttl
deleted file mode 100644
index 76f4385..0000000
--- a/Changes.ttl
+++ /dev/null
@@ -1,85 +0,0 @@
-#############################################################
-
- at prefix :        <http://usefulinc.com/ns/doap#> .
- at prefix dcs:     <http://ontologi.es/doap-changeset#> .
- at prefix dc:      <http://purl.org/dc/terms/> .
- at prefix foaf:    <http://xmlns.com/foaf/0.1/> .
- at prefix my:      <http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/> .
- at prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
- at prefix toby:    <http://tobyinkster.co.uk/#> .
- at prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
-
-#############################################################
-
-<>
-
-	dc:title         "Changes" ;
-	dc:description   "Revision history for Perl extension XML::LibXML::Debugging."@en ;
-	dc:subject       my:project ;
-	dc:creator       toby:i .
-
-#############################################################
-
-my:v_0-04
-
-	a               :Version ;
-	dc:issued       "2010-04-28"^^xsd:date ;
-	:revision       "0.04"^^xsd:string ;
-	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Debugging-0.04.tar.gz> ;
-	rdfs:label      "Fork from HTML-HTML5-Sanity."@en ;
-	dcs:changeset
-	[
-		a dcs:ChangeSet ;
-		dcs:versus <http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Sanity/v_0-03> ;
-		dcs:item [ rdfs:label "Split the to_hashref and to_clarkml functions out into a separate distribution."@en ] ;
-		dcs:item [ rdfs:label "Make functions into object methods."@en ] 
-	] .
-
-my:v_0-100
-
-	a               :Version ;
-	dc:issued       "2011-02-09"^^xsd:date ;
-	:revision       "0.100"^^xsd:string ;
-	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Debugging-0.100.tar.gz> ;
-	rdfs:label      "We're not dead yet!"@en ;
-	dcs:changeset
-	[
-		a dcs:ChangeSet ;
-		dcs:versus my:v_0-04 ;
-		dcs:item [ rdfs:label "Minor refactoring."@en ] ;
-		dcs:item [ rdfs:label "Copyright 2011."@en ; a dcs:Update , dcs:Documentation ]
-	] .
-
-#############################################################
-
-my:project
-
-	a               :Project ;
-	:name           "XML-LibXML-Debugging" ;
-	:shortdesc      "get debugging information from XML::LibXML nodes"@en ;
-	:programming-language  "Perl" ;
-	:homepage       <https://metacpan.org/release/XML-LibXML-Debugging> ;
-	:download-page  <https://metacpan.org/release/XML-LibXML-Debugging> ;
-	rdfs:seeAlso    <http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Sanity/project> ;
-	:bug-database   <http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-Debugging> ;
-	:repository     [ a :SVNRepository ; :browse <http://goddamn.co.uk/svn-web/perlmods/browse/XML-LibXML-Debugging/> ] ;
-	:maintainer     toby:i ;
-	:developer      toby:i ;
-	:documenter     toby:i ;
-	:tester         toby:i ;
-	:created        "2010-04-26"^^xsd:date ;
-	:license        <http://dev.perl.org/licenses/> ;
-	:release        my:v_0-04, my:v_0-100 .
-
-#############################################################
-
-toby:i
-
-	a               foaf:Person ;
-	foaf:name       "Toby Inkster" ;
-	foaf:homepage   <http://tobyinkster.co.uk/> ;
-	foaf:page       <https://metacpan.org/author/TOBYINK> ;
-	foaf:mbox       <mailto:tobyink at cpan.org> ;
-	<http://www.w3.org/2002/07/owl#sameAs> <http://purl.org/NET/cpan-uri/person/tobyink> .
-
-#############################################################
diff --git a/Changes.xml b/Changes.xml
deleted file mode 100644
index 9922b26..0000000
--- a/Changes.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rdf:RDF xmlns:dbug="http://ontologi.es/doap-bugs#" xmlns:dc="http://purl.org/dc/terms/" xmlns:dcs="http://ontologi.es/doap-changeset#" xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-<rdf:Description rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r0">
-	<dcs:item rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r1"/>
-	<dcs:item rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r2"/>
-	<dcs:versus rdf:resource="http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Sanity/v_0-03"/>
-	<rdf:type rdf:resource="http://ontologi.es/doap-changeset#ChangeSet"/>
-</rdf:Description>
-<rdf:Description rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r1">
-	<rdfs:label xml:lang="en">Split the to_hashref and to_clarkml functions out into a separate distribution.</rdfs:label>
-</rdf:Description>
-<rdf:Description rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r2">
-	<rdfs:label xml:lang="en">Make functions into object methods.</rdfs:label>
-</rdf:Description>
-<rdf:Description rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r3">
-	<dcs:item rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r4"/>
-	<dcs:item rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r5"/>
-	<dcs:versus rdf:resource="http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/v_0-04"/>
-	<rdf:type rdf:resource="http://ontologi.es/doap-changeset#ChangeSet"/>
-</rdf:Description>
-<rdf:Description rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r4">
-	<rdfs:label xml:lang="en">Minor refactoring.</rdfs:label>
-</rdf:Description>
-<rdf:Description rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r5">
-	<rdf:type rdf:resource="http://ontologi.es/doap-changeset#Documentation"/>
-	<rdf:type rdf:resource="http://ontologi.es/doap-changeset#Update"/>
-	<rdfs:label xml:lang="en">Copyright 2011.</rdfs:label>
-</rdf:Description>
-<rdf:Description rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r6">
-	<doap:browse rdf:resource="http://goddamn.co.uk/viewvc/perlmods/XML-LibXML-Debugging/"/>
-	<rdf:type rdf:resource="http://usefulinc.com/ns/doap#SVNRepository"/>
-</rdf:Description>
-<rdf:Description rdf:about="file:///home/tai/src/perlmods/XML-LibXML-Debugging/Changes.ttl">
-	<dc:creator rdf:resource="http://tobyinkster.co.uk/#i"/>
-	<dc:description xml:lang="en">Revision history for Perl extension XML::LibXML::Debugging.</dc:description>
-	<dc:subject rdf:resource="http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/project"/>
-	<dc:title>Changes</dc:title>
-</rdf:Description>
-<rdf:Description rdf:about="http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/project">
-	<doap:bug-database rdf:resource="http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-Debugging"/>
-	<doap:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-04-26</doap:created>
-	<doap:developer rdf:resource="http://tobyinkster.co.uk/#i"/>
-	<doap:documenter rdf:resource="http://tobyinkster.co.uk/#i"/>
-	<doap:download-page rdf:resource="http://search.cpan.org/dist/XML-LibXML-Debugging/"/>
-	<doap:homepage rdf:resource="http://search.cpan.org/dist/XML-LibXML-Debugging/"/>
-	<doap:license rdf:resource="http://dev.perl.org/licenses/"/>
-	<doap:maintainer rdf:resource="http://tobyinkster.co.uk/#i"/>
-	<doap:name>XML-LibXML-Debugging</doap:name>
-	<doap:programming-language>Perl</doap:programming-language>
-	<doap:release rdf:resource="http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/v_0-04"/>
-	<doap:release rdf:resource="http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/v_0-100"/>
-	<doap:repository rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r6"/>
-	<doap:shortdesc xml:lang="en">get debugging information from XML::LibXML nodes</doap:shortdesc>
-	<doap:tester rdf:resource="http://tobyinkster.co.uk/#i"/>
-	<rdf:type rdf:resource="http://usefulinc.com/ns/doap#Project"/>
-	<rdfs:seeAlso rdf:resource="http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Sanity/project"/>
-</rdf:Description>
-<rdf:Description rdf:about="http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/v_0-04">
-	<dcs:changeset rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r0"/>
-	<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-04-28</dc:issued>
-	<doap:file-release rdf:resource="http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Debugging-0.04.tar.gz"/>
-	<doap:revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.04</doap:revision>
-	<rdf:type rdf:resource="http://usefulinc.com/ns/doap#Version"/>
-	<rdfs:label xml:lang="en">Fork from HTML-HTML5-Sanity.</rdfs:label>
-</rdf:Description>
-<rdf:Description rdf:about="http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/v_0-100">
-	<dcs:changeset rdf:nodeID="r871EC75E347811E0BF2BB7DBEC6A4635r3"/>
-	<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-02-09</dc:issued>
-	<doap:file-release rdf:resource="http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Debugging-0.100.tar.gz"/>
-	<doap:revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.100</doap:revision>
-	<rdf:type rdf:resource="http://usefulinc.com/ns/doap#Version"/>
-	<rdfs:label xml:lang="en">We're not dead yet!</rdfs:label>
-</rdf:Description>
-<rdf:Description xmlns:ns1="http://www.w3.org/2002/07/owl#" rdf:about="http://tobyinkster.co.uk/#i">
-	<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-	<ns1:sameAs rdf:resource="http://purl.org/NET/cpan-uri/person/tobyink"/>
-	<foaf:homepage rdf:resource="http://tobyinkster.co.uk/"/>
-	<foaf:mbox rdf:resource="mailto:tobyink at cpan.org"/>
-	<foaf:name>Toby Inkster</foaf:name>
-	<foaf:page rdf:resource="http://search.cpan.org/~tobyink/"/>
-</rdf:Description>
-</rdf:RDF>
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
deleted file mode 100644
index 55070c6..0000000
--- a/MANIFEST.SKIP
+++ /dev/null
@@ -1,10 +0,0 @@
-^MANIFEST.bak$
-^Makefile.old$
-^HTML-HTML5-Sanity-.\...\.tar\.gz$
-^Makefile$
-^blib/
-^pm_to_blib
-^blibdirs
-\.svn
-^example.*\.pl$
-^MYMETA.yml
diff --git a/META.yml b/META.yml
deleted file mode 100644
index 67904b5..0000000
--- a/META.yml
+++ /dev/null
@@ -1,31 +0,0 @@
----
-abstract: 'get debugging information from XML::LibXML nodes'
-author:
-  - 'Toby Inkster <tobyink at cpan.org>'
-build_requires:
-  ExtUtils::MakeMaker: 6.42
-  Module::Signature: 0.66
-  Test::More: 0.61
-configure_requires:
-  ExtUtils::MakeMaker: 6.42
-distribution_type: module
-generated_by: 'Module::Install version 1.00'
-license: perl
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
-name: XML-LibXML-Debugging
-no_index:
-  directory:
-    - inc
-    - t
-requires:
-  HTML::Entities: 3.27
-  XML::LibXML: 0
-  perl: 5.8.0
-resources:
-  bugtracker: http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-Debugging
-  homepage: http://search.cpan.org/dist/XML-LibXML-Debugging/
-  license: http://dev.perl.org/licenses/
-  repository: http://goddamn.co.uk/viewvc/perlmods/XML-LibXML-Debugging/
-version: 0.100
diff --git a/Makefile.PL b/Makefile.PL
index 6a3b870..ea1da1b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,36 +1,2 @@
-use strict;
-use warnings;
+use inc::Module::Package 'RDF:standard';
 
-use inc::Module::Install;
-
-my $dist = 'XML-LibXML-Debugging';
-my $fn   = "lib/$dist.pm"; $fn =~ s#-#/#g;
-
-name                $dist;
-perl_version_from   $fn;
-version_from        $fn;
-abstract_from       $fn;
-readme_from         $fn;
-author              'Toby Inkster <tobyink at cpan.org>';
-license             'perl';
-
-requires            'HTML::Entities'    => '3.27';
-test_requires       'Test::More'        => '0.61';
-requires            'XML::LibXML'       => 0;
-
-resources(
-	'homepage'   => "https://metacpan.org/release/$dist",
-	'repository' => "http://goddamn.co.uk/svn-web/perlmods/browse/$dist/",
-	'bugtracker' => "http://rt.cpan.org/Dist/Display.html?Queue=$dist",
-	);
-	
-write_doap_changes;
-write_doap_changes_xml;
-auto_license;
-auto_manifest;
-
-auto_install;
-WriteAll(
-	'meta' => 1,
-	'sign' => 1,
-	);
diff --git a/README b/README
deleted file mode 100644
index afe8d31..0000000
--- a/README
+++ /dev/null
@@ -1,46 +0,0 @@
-NAME
-    XML::LibXML::Debugging - get debugging information from XML::LibXML
-    nodes
-
-SYNOPSIS
-      use XML::LibXML::Debugging;
-
-      my $parser = XML::LibXML->new;
-      my $doc    = $parser->parse_file('input.xml');
-      print $doc->toClarkML;
-
-DESCRIPTION
-    This module adds a couple of additional methods to XML::LibXML::Node
-    objects which are mostly aimed at helping figure out what's going on
-    with the DOM's namespaces and structure. "toClarkML" produces a string
-    of XML-like markup with explicit namespaces. The following XML:
-
-      <foo xmlns="http://example.com/1"
-           xmlns:bar="http://example.com/2"
-           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" />
-
-    Another method "toDebuggingHash" returns a hashref suitable for dumping
-    using Data::Dumper.
-
-BUGS
-    Please report any bugs to <http://rt.cpan.org/>.
-
-SEE ALSO
-    XML::LibXML.
-
-AUTHOR
-    Toby Inkster <tobyink at cpan.org>.
-
-COPYRIGHT AND LICENSE
-    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.
-
diff --git a/TODO b/TODO
deleted file mode 100644
index a2c7cf0..0000000
--- a/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-TODO:
-* Add some more items to this list.
-* Add keywords to Makefile.PL
diff --git a/example1.pl b/example1.pl
deleted file mode 100644
index 0af4da8..0000000
--- a/example1.pl
+++ /dev/null
@@ -1,37 +0,0 @@
-use lib "lib/";
-use lib "../HTML-HTML5-Parser/lib/";
-
-use HTML::HTML5::Parser;
-use HTML::HTML5::Sanity;
-
-use Data::Dumper;
-$Data::Dumper::Useqq     = 1;
-$Data::Dumper::Quotekeys = 0;
-
-my $parser = HTML::HTML5::Parser->new;
-my $dom    = $parser->parse_string(<<HTML);
-<html
-	foo="bar"
-	xmlns:quux="http://example.com/"
-	quux:xyzzy="xyzzy"
-	baz:baz="baz"
-	>
-<body xml:lang="en">
-	<!--Hello-->
-	<foo xmlns="http://example.net/">
-		<bar />
-	</foo>
-	<foot:x xmlns:foot="http://example.net/">
-		<bar />
-	</foot:x>
-</body>
-</html>
-HTML
-
-my $sane = fix_document($dom);
-
-print "========\n";
-print HTML::HTML5::Sanity::document_to_clarkml($dom)."\n";
-print "--------\n";
-print HTML::HTML5::Sanity::document_to_clarkml($sane)."\n";
-print "========\n";
diff --git a/examples/example1.pl b/examples/example1.pl
new file mode 100644
index 0000000..75aa220
--- /dev/null
+++ b/examples/example1.pl
@@ -0,0 +1,23 @@
+use 5.010;
+use JSON;
+use XML::LibXML::Debugging;
+
+my $dom    = XML::LibXML->new->parse_string(<<XML);
+<html xmlns="http://www.w3.org/1999/xhtml"
+	xmlns:dc="http://purl.org/dc/terms/"
+	xml:lang="en">
+	<head>
+		<title>Test</title>
+	</head>
+	<body dc:title="Test">
+		<h1>Test</h1>
+		<p>Just a test!</p>
+	</body>
+</html>
+XML
+
+say "========";
+say $dom->toClarkML;
+say "--------";
+say to_json($dom->toDebuggingHash, {pretty=>1, canonical=>1});
+say "========";
diff --git a/lib/XML/LibXML/Debugging.pm b/lib/XML/LibXML/Debugging.pm
index 6094528..9c90fb5 100644
--- a/lib/XML/LibXML/Debugging.pm
+++ b/lib/XML/LibXML/Debugging.pm
@@ -254,7 +254,8 @@ Please report any bugs to L<http://rt.cpan.org/>.
 
 =head1 SEE ALSO
 
-L<XML::LibXML>.
+L<XML::LibXML>,
+L<XML::LibXML::Debugging>.
 
 =head1 AUTHOR
 
diff --git a/meta/changes.ttl b/meta/changes.ttl
new file mode 100644
index 0000000..82021ce
--- /dev/null
+++ b/meta/changes.ttl
@@ -0,0 +1,54 @@
+ at prefix :        <http://usefulinc.com/ns/doap#> .
+ at prefix dcs:     <http://ontologi.es/doap-changeset#> .
+ at prefix dc:      <http://purl.org/dc/terms/> .
+ at prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+ at prefix my:      <http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/> .
+ at prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+ at prefix toby:    <http://tobyinkster.co.uk/#> .
+ at prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+
+my:project :release my:v_0-04 .
+my:v_0-04
+	a               :Version ;
+	dc:issued       "2010-04-28"^^xsd:date ;
+	:revision       "0.04"^^xsd:string ;
+	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Debugging-0.04.tar.gz> ;
+	rdfs:label      "Fork from HTML-HTML5-Sanity."@en ;
+	dcs:changeset
+	[
+		a dcs:ChangeSet ;
+		dcs:versus <http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Sanity/v_0-03> ;
+		dcs:item [ rdfs:label "Split the to_hashref and to_clarkml functions out into a separate distribution."@en ] ;
+		dcs:item [ rdfs:label "Make functions into object methods."@en ] 
+	] .
+
+my:project :release my:v_0-100 .
+my:v_0-100
+	a               :Version ;
+	dc:issued       "2011-02-09"^^xsd:date ;
+	:revision       "0.100"^^xsd:string ;
+	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Debugging-0.100.tar.gz> ;
+	rdfs:label      "We're not dead yet!"@en ;
+	dcs:changeset
+	[
+		a dcs:ChangeSet ;
+		dcs:versus my:v_0-04 ;
+		dcs:item [ rdfs:label "Minor refactoring."@en ] ;
+		dcs:item [ rdfs:label "Copyright 2011."@en ; a dcs:Update , dcs:Documentation ]
+	] .
+
+my:project :release my:v_0-101 .
+my:v_0-101
+	a               :Version ;
+	dc:issued       "2011-11-26"^^xsd:date ;
+	:revision       "0.101"^^xsd:string ;
+	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Debugging-0.101.tar.gz> ;
+	dcs:changeset
+	[
+		a dcs:ChangeSet ;
+		dcs:versus my:v_0-100 ;
+		dcs:item [ rdfs:label "Switch from HTML::Entities to HTML::HTML5::Entities."@en ] ;
+		dcs:item [ rdfs:label "Include small example script."@en ; a dcs:Packaging ] ;
+		dcs:item [ rdfs:label "Slightly different output for @xmlns in Clark notation."@en ] ;
+		dcs:item [ rdfs:label "Module::Package::RDF"@en ; a dcs:Packaging ]
+	] .
diff --git a/meta/doap.ttl b/meta/doap.ttl
new file mode 100644
index 0000000..5e1a795
--- /dev/null
+++ b/meta/doap.ttl
@@ -0,0 +1,38 @@
+ at prefix :        <http://usefulinc.com/ns/doap#> .
+ at prefix dcs:     <http://ontologi.es/doap-changeset#> .
+ at prefix dc:      <http://purl.org/dc/terms/> .
+ at prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+ at prefix my:      <http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/> .
+ at prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+ at prefix toby:    <http://tobyinkster.co.uk/#> .
+ at prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+
+my:project
+	a               :Project ;
+	:name           "XML-LibXML-Debugging" ;
+	:shortdesc      "get debugging information from XML::LibXML nodes"@en ;
+	:programming-language  "Perl" ;
+	:homepage       <https://metacpan.org/release/XML-LibXML-Debugging> ;
+	:download-page  <https://metacpan.org/release/XML-LibXML-Debugging> ;
+	rdfs:seeAlso    <http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Sanity/project> ;
+	:bug-database   <http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-Debugging> ;
+	:repository     [ a :HgRepository ; :browse <https://bitbucket.org/tobyink/p5-xml-libxml-debugging> ] ;
+	:maintainer     toby:i ;
+	:developer      toby:i ;
+	:documenter     toby:i ;
+	:tester         toby:i ;
+	:created        "2010-04-26"^^xsd:date ;
+	:license        <http://dev.perl.org/licenses/> ;
+	:category
+		[ rdfs:label "XML" ] ;
+		[ rdfs:label "Debugging" ] .
+		
+
+toby:i
+	a               foaf:Person ;
+	foaf:name       "Toby Inkster" ;
+	foaf:homepage   <http://tobyinkster.co.uk/> ;
+	foaf:page       <https://metacpan.org/author/TOBYINK> ;
+	foaf:mbox       <mailto:tobyink at cpan.org> ;
+	<http://www.w3.org/2002/07/owl#sameAs> <http://purl.org/NET/cpan-uri/person/tobyink> .
+
diff --git a/meta/makefile.ttl b/meta/makefile.ttl
new file mode 100644
index 0000000..93e79a2
--- /dev/null
+++ b/meta/makefile.ttl
@@ -0,0 +1,13 @@
+# This file provides instructions for packaging.
+
+ at prefix : <http://purl.org/NET/cpan-uri/terms#> .
+
+<http://purl.org/NET/cpan-uri/dist/XML-LibXML-Debugging/project>
+	:perl_version_from _:main ;
+	:version_from _:main ;
+	:readme_from _:main ;
+	:test_requires "Test::More 0.61" ;
+	:requires "HTML::HTML5::Entities" , "XML::LibXML" , "parent" .
+
+_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/XML/LibXML/Debugging.pm" .
+

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