The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@prefix cpan:  <http://purl.org/NET/cpan-uri/person/> .
@prefix cpant: <http://purl.org/NET/cpan-uri/terms#> .
@prefix dbug:  <http://ontologi.es/doap-bugs#> .
@prefix dc:    <http://purl.org/dc/terms/> .
@prefix dcs:   <http://ontologi.es/doap-changeset#> .
@prefix dist:  <http://purl.org/NET/cpan-uri/dist/HTML-Inject/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

dist:project
	a                 doap:Project;
	doap:name         "HTML-Inject";
	cpant:perl_version_from [
		a nfo:FileDataObject;
		a nfo:SourceCode;
		rdfs:label "HTML::Inject";
		nfo:fileName "lib/HTML/Inject.pm";
		nfo:programmingLanguage "Perl";
	];
	cpant:readme_from [
		a nfo:FileDataObject;
		a nfo:SourceCode;
		rdfs:label "HTML::Inject";
		nfo:fileName "lib/HTML/Inject.pm";
		nfo:programmingLanguage "Perl";
	];
	cpant:recommends  "HTML::HTML5::Writer"^^cpant:dsWithoutVersion;
	cpant:recommends  "XML::LibXML::PrettyPrint"^^cpant:dsWithoutVersion;
	cpant:requires    "HTML::HTML5::Parser 0.200"^^cpant:dsWithVersion;
	cpant:requires    "IO::Detect"^^cpant:dsWithoutVersion;
	cpant:requires    "Moo 1.000000"^^cpant:dsWithVersion;
	cpant:requires    "Scalar::Does 0.002"^^cpant:dsWithVersion;
	cpant:requires    "XML::LibXML 1.94"^^cpant:dsWithVersion;
	cpant:requires    "namespace::sweep 0.006"^^cpant:dsWithVersion;
	cpant:test_requires "Test::More 0.61"^^cpant:dsWithVersion;
	cpant:test_requires "XML::LibXML::PrettyPrint"^^cpant:dsWithoutVersion;
	cpant:version_from [
		a nfo:FileDataObject;
		a nfo:SourceCode;
		rdfs:label "HTML::Inject";
		nfo:fileName "lib/HTML/Inject.pm";
		nfo:programmingLanguage "Perl";
	];
	dc:contributor    cpan:tobyink;
	doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=HTML-Inject>;
	doap:created      "2012-08-05"^^xsd:date;
	doap:developer    cpan:tobyink;
	doap:download-page <https://metacpan.org/release/HTML-Inject>;
	doap:homepage     <https://metacpan.org/release/HTML-Inject>;
	doap:license      <http://dev.perl.org/licenses/>;
	doap:maintainer   cpan:tobyink;
	doap:programming-language "Perl";
	doap:release      dist:v_0-001;
	doap:release      dist:v_0-002;
	doap:release      dist:v_0-003;
	doap:repository   [
		a doap:HgRepository;
		doap:browse <https://bitbucket.org/tobyink/p5-html-inject>;
	];
	doap:shortdesc    "inject content from one HTML file into another".

dist:v_0-001
	a                 doap:Version;
	rdfs:label        "Initial release";
	dc:identifier     "HTML-Inject-0.001"^^xsd:string;
	dc:issued         "2012-08-05"^^xsd:date;
	dcs:released-by   cpan:tobyink;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/HTML-Inject-0.001.tar.gz>;
	doap:revision     "0.001"^^xsd:string.

dist:v_0-002
	a                 doap:Version;
	dc:identifier     "HTML-Inject-0.002"^^xsd:string;
	dc:issued         "2012-10-16"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Addition;
			rdfs:label "Use Scalar::Does for type constraint checking.";
		];
	];
	dcs:released-by   cpan:tobyink;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/HTML-Inject-0.002.tar.gz>;
	doap:revision     "0.002"^^xsd:string.

dist:v_0-003
	a                 doap:Version;
	dc:identifier     "HTML-Inject-0.003"^^xsd:string;
	dc:issued         "2013-04-03"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Bleadperl v5.17.10-30-g0f539b1 breaks CPAN";
			dcs:fixes <http://purl.org/NET/cpan-uri/rt/ticket/84343>;
			dcs:thanks cpan:andk;
		];
	];
	dcs:released-by   cpan:tobyink;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/HTML-Inject-0.003.tar.gz>;
	doap:revision     "0.003"^^xsd:string.

cpan:andk
	a                 foaf:Person;
	foaf:name         "Andreas J. K\u00F6nig";
	foaf:nick         "ANDK";
	foaf:page         <https://metacpan.org/author/ANDK>.

cpan:tobyink
	a                 foaf:Person;
	foaf:name         "Toby Inkster";
	foaf:mbox         <mailto:tobyink@cpan.org>;
	foaf:nick         "TOBYINK";
	foaf:page         <https://metacpan.org/author/TOBYINK>.

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

<http://purl.org/NET/cpan-uri/rt/ticket/84343>
	a                 dbug:Issue;
	dbug:id           "84343"^^xsd:string;
	dbug:page         <https://rt.cpan.org/Ticket/Display.html?id=84343>.