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-bugs: <http://ontologi.es/doap-bugs#> .
@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/MooseX-hasn-t/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-bugs:issue      <http://purl.org/NET/cpan-uri/rt/ticket/76399>;
	doap-deps:runtime-requirement [ doap-deps:on "Moose 2.00"^^doap-deps:CpanId ];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.61"^^doap-deps:CpanId ], [ doap-deps:on "Test::Exception"^^doap-deps:CpanId ];
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=MooseX-hasn-t>;
	doap:created         "2012-03-29"^^xsd:date;
	doap:download-page   <https://metacpan.org/release/MooseX-hasn-t>;
	doap:homepage        <https://metacpan.org/release/MooseX-hasn-t>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      [
		a foaf:Person;
		foaf:mbox <mailto:tobyink@cpan.org>;
		foaf:name "Toby Inkster";
	];
	doap:name            "MooseX-hasn-t";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/MooseX-hasn-t/v_0-001>, <http://purl.org/NET/cpan-uri/dist/MooseX-hasn-t/v_0-002>, <http://purl.org/NET/cpan-uri/dist/MooseX-hasn-t/v_0-003>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-moosex-hasn-t>;
	];
	doap:shortdesc       "syntactic sugar to complement \"has\"".

<http://purl.org/NET/cpan-uri/dist/MooseX-hasn-t/v_0-001>
	a                    doap:Version;
	rdfs:label           "April Fools' Day";
	dc:issued            "2012-04-01"^^xsd:date;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooseX-hasn-t-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooseX-hasn-t/v_0-002>
	a                    doap:Version;
	dc:issued            "2012-09-11"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			rdfs:label "Note dependency on Perl 5.10."@en;
			doap-changeset:fixes <http://purl.org/NET/cpan-uri/rt/ticket/76399>;
		];
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooseX-hasn-t-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooseX-hasn-t/v_0-003>
	a                    doap:Version;
	dc:identifier        "MooseX-hasn-t-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/MooseX-hasn-t-0.003.tar.gz>;
	doap:revision        "0.003"^^xsd:string.

<http://purl.org/NET/cpan-uri/rt/ticket/76399>
	a                    doap-bugs:Issue;
	rdfs:label           "Fails with 5.8.x";
	dc:created           "2012-04-08T08:04:32"^^xsd:dateTime;
	dc:modified          "2012-09-11T13:04:34"^^xsd:dateTime;
	doap-bugs:assignee   [ a foaf:Agent; foaf:nick "TOBYINK" ];
	doap-bugs:id         "76399"^^xsd:string;
	doap-bugs:page       <https://rt.cpan.org/Ticket/Display.html?id=76399>;
	doap-bugs:reporter   [ a foaf:Agent; foaf:mbox <mailto:ANDK@cpan.org> ];
	doap-bugs:status     <http://purl.org/NET/cpan-uri/rt/status/resolved>.