The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@prefix dc:    <http://purl.org/dc/terms/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix doap-deps: <http://ontologi.es/doap-deps#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

<http://dev.perl.org/licenses/>
	dc:title             "the same terms as the perl 5 programming language system itself".

<http://purl.org/NET/cpan-uri/dist/XML-LibXML-Augment/project>
	a                    doap:Project;
	doap-deps:runtime-requirement [ doap-deps:on "perl 5.008"^^doap-deps:CpanId ], [ doap-deps:on "Class::Inspector"^^doap-deps:CpanId ], [ doap-deps:on "Module::Runtime"^^doap-deps:CpanId ], [ doap-deps:on "XML::LibXML 1.95"^^doap-deps:CpanId ], [ doap-deps:on "match::simple"^^doap-deps:CpanId ];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.61"^^doap-deps:CpanId ];
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-Augment>;
	doap:created         "2012-02-22"^^xsd:date;
	doap:developer       _:B1;
	doap:download-page   <https://metacpan.org/release/XML-LibXML-Augment>;
	doap:homepage        <https://metacpan.org/release/XML-LibXML-Augment>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      _:B1;
	doap:name            "XML-LibXML-Augment";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/XML-LibXML-Augment/v_0-001>, <http://purl.org/NET/cpan-uri/dist/XML-LibXML-Augment/v_0-002>, <http://purl.org/NET/cpan-uri/dist/XML-LibXML-Augment/v_0-003>, <http://purl.org/NET/cpan-uri/dist/XML-LibXML-Augment/v_0-004>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-xml-libxml-augment>;
	];
	doap:shortdesc       "extend XML::LibXML::{Attr,Element,Document} on a per-namespace/element basis".

<http://purl.org/NET/cpan-uri/dist/XML-LibXML-Augment/v_0-001>
	a                    doap:Version;
	rdfs:label           "Initial release";
	dc:issued            "2012-03-27"^^xsd:date;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Augment-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-LibXML-Augment/v_0-002>
	a                    doap:Version;
	dc:issued            "2014-01-11"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Copyright 2014.";
		], [
			a doap-changeset:Packaging;
			rdfs:label "use Dist::Inkt.";
		], [
			a doap-changeset:Packaging;
			rdfs:label "Help the PAUSE indexer properly find the internal packages.";
		], [
			a doap-changeset:Update;
			rdfs:label "Use match::simple instead of smart match operator.";
		], [
			a doap-changeset:Documentation, doap-changeset:Tests;
			rdfs:label "Document the test suite.";
		];
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Augment-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-LibXML-Augment/v_0-003>
	a                    doap:Version;
	dc:issued            "2014-01-11"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix, doap-changeset:Packaging;
			rdfs:label "Fix deps.";
		];
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Augment-0.003.tar.gz>;
	doap:revision        "0.003"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-LibXML-Augment/v_0-004>
	a                    doap:Version;
	dc:issued            "2014-09-16"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix, doap-changeset:Packaging;
			rdfs:label "Fix repo link.";
		];
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-LibXML-Augment-0.004.tar.gz>;
	doap:revision        "0.004"^^xsd:string.

_:B1
	a                    foaf:Person;
	foaf:mbox            <mailto:tobyink@cpan.org>;
	foaf:name            "Toby Inkster".