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/IO-Callback-HTTP/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:runtime-requirement [ doap-deps:on "LWP::UserAgent"^^doap-deps:CpanId ], [ doap-deps:on "namespace::clean"^^doap-deps:CpanId ], [ doap-deps:on "URI"^^doap-deps:CpanId ], [ doap-deps:on "Encode"^^doap-deps:CpanId ], [
		doap-deps:on "HTTP::Request::Common"^^doap-deps:CpanId;
	], [ doap-deps:on "IO::Callback"^^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=IO-Callback-HTTP>;
	doap:created         "2012-07-13"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/IO-Callback-HTTP>;
	doap:homepage        <https://metacpan.org/release/IO-Callback-HTTP>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "IO-Callback-HTTP";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/IO-Callback-HTTP/v_0-001>, <http://purl.org/NET/cpan-uri/dist/IO-Callback-HTTP/v_0-002>, <http://purl.org/NET/cpan-uri/dist/IO-Callback-HTTP/v_0-003>;
	doap:shortdesc       "read/write from HTTP URIs as if they were filehandles".

<http://purl.org/NET/cpan-uri/dist/IO-Callback-HTTP/v_0-001>
	a                    doap:Version;
	rdfs:label           "Initial release";
	dc:identifier        "IO-Callback-HTTP-0.001"^^xsd:string;
	dc:issued            "2012-09-11"^^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/IO-Callback-HTTP-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/IO-Callback-HTTP/v_0-002>
	a                    doap:Version;
	dc:identifier        "IO-Callback-HTTP-0.002"^^xsd:string;
	dc:issued            "2012-12-12"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Skip the bulk of the test suite on MSWin32.";
		], [
			a doap-changeset:Documentation;
			rdfs:label "Document test suite.";
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Ensure that $! is set even if failure callback dies.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Allow Carpish shortcuts for failure callbacks.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/IO-Callback-HTTP-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/IO-Callback-HTTP/v_0-003>
	a                    doap:Version;
	dc:identifier        "IO-Callback-HTTP-0.003"^^xsd:string;
	dc:issued            "2014-09-10"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Switch to Dist::Inkt.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/IO-Callback-HTTP-0.003.tar.gz>;
	doap:revision        "0.003"^^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>.