@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/Task-Tiny/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:develop-recommendation [ doap-deps:on "Dist::Inkt 0.001"^^doap-deps:CpanId ];
	doap-deps:feature    [
		doap-deps:runtime-recommendation [
			doap-deps:on "Types::Path::Tiny"^^doap-deps:CpanId;
		];
		doap-deps:runtime-requirement [ doap-deps:on "Type::Tiny"^^doap-deps:CpanId ];
		doap-deps:x_default true;
		doap:name "Types";
		doap:shortdesc "Type constraint framework";
	], [
		doap-deps:runtime-recommendation [
			doap-deps:on "Types::Path::Tiny"^^doap-deps:CpanId;
		];
		doap-deps:runtime-requirement [ doap-deps:on "Path::Tiny"^^doap-deps:CpanId ];
		doap-deps:x_default true;
		doap:name "Filesys";
		doap:shortdesc "File system manipulation";
	], [
		doap-deps:runtime-requirement [ doap-deps:on "HTTP::Tiny"^^doap-deps:CpanId ];
		doap-deps:x_default true;
		doap:name "HTTP";
		doap:shortdesc "Web stuff";
	], [
		doap-deps:runtime-requirement [ doap-deps:on "JSON::PP"^^doap-deps:CpanId ];
		doap-deps:x_default true;
		doap:name "JSON";
		doap:shortdesc "JSON stuff";
	], [
		doap-deps:runtime-recommendation [ doap-deps:on "Config::Tiny"^^doap-deps:CpanId ];
		doap-deps:runtime-requirement [ doap-deps:on "Exporter::Tiny"^^doap-deps:CpanId ], [ doap-deps:on "Try::Tiny"^^doap-deps:CpanId ];
		doap-deps:x_default true;
		doap:name "Util";
		doap:shortdesc "General utilities";
	], [
		doap-deps:runtime-requirement [ doap-deps:on "YAML::Tiny"^^doap-deps:CpanId ];
		doap-deps:x_default false;
		doap:name "YAML";
		doap:shortdesc "YAML stuff";
	], [
		doap-deps:runtime-recommendation [
			doap-deps:on "Class::Method::Modifiers"^^doap-deps:CpanId;
		];
		doap-deps:runtime-requirement [ doap-deps:on "Class::Tiny"^^doap-deps:CpanId ], [
			doap-deps:on "Class::Tiny::Antlers"^^doap-deps:CpanId;
		], [ doap-deps:on "Role::Tiny"^^doap-deps:CpanId ];
		doap-deps:x_default true;
		doap:name "Objects";
		doap:shortdesc "Framework for OO programming";
	];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.96"^^doap-deps:CpanId ];
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=Task-Tiny>;
	doap:created         "2013-09-08"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/Task-Tiny>;
	doap:homepage        <https://metacpan.org/release/Task-Tiny>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "Task-Tiny";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/Task-Tiny/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Task-Tiny/v_0-002>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-task-tiny>;
	];
	doap:shortdesc       "install a lightweight development environment".

<http://purl.org/NET/cpan-uri/dist/Task-Tiny/v_0-001>
	a                    doap:Version;
	rdfs:label           "Initial release";
	dc:identifier        "Task-Tiny-0.001"^^xsd:string;
	dc:issued            "2013-10-20"^^xsd:date;
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Task-Tiny-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Task-Tiny/v_0-002>
	a                    doap:Version;
	dc:identifier        "Task-Tiny-0.002"^^xsd:string;
	dc:issued            "2013-11-12"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Document which modules are included.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Task-Tiny-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

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