@prefix cpan-uri: <http://purl.org/NET/cpan-uri/terms#> .
@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/Set-Equivalence/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:runtime-requirement [
		doap-deps:on "List::MoreUtils 0.33"^^doap-deps:CpanId;
	], [
		doap-deps:on "Exporter::Tiny 0.026"^^doap-deps:CpanId;
	], [ doap-deps:on "Type::Tiny 0.016"^^doap-deps:CpanId ];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.96"^^doap-deps:CpanId ], [ doap-deps:on "Test::Fatal 0.010"^^doap-deps:CpanId ], [
		doap-deps:on "Test::Requires 0.06"^^doap-deps:CpanId;
	];
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=Set-Equivalence>;
	doap:created         "2013-07-13"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/Set-Equivalence>;
	doap:homepage        <https://metacpan.org/release/Set-Equivalence>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "Set-Equivalence";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-000_01>, <http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-000_02>, <http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-000_03>, <http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-000_04>, <http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-000_05>, <http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-002>, <http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-003>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-set-equivalence>;
	];
	doap:shortdesc       "a set of objects or scalars with no duplicates and a user-configurable equivalence relation".

<http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-000_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	rdfs:label           "Preview release";
	dc:identifier        "Set-Equivalence-0.000_01"^^xsd:string;
	dc:issued            "2013-07-14"^^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/Set-Equivalence-0.000_01.tar.gz>;
	doap:revision        "0.000_01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-000_02>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Set-Equivalence-0.000_02"^^xsd:string;
	dc:issued            "2013-07-15"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Improved test suite.";
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Fixed $set->member in list context.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Set-Equivalence-0.000_02.tar.gz>;
	doap:revision        "0.000_02"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-000_03>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Set-Equivalence-0.000_03"^^xsd:string;
	dc:issued            "2013-07-15"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "Set::Equivalence uses Exporter::TypeTiny instead of Exporter.pm for exporting.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Set::Equivalence objects can now apply type constraints and coercions to their members.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Types::Set.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Set-Equivalence-0.000_03.tar.gz>;
	doap:revision        "0.000_03"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-000_04>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Set-Equivalence-0.000_04"^^xsd:string;
	dc:issued            "2013-07-15"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Lower Type::Tiny dependency version number.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Set-Equivalence-0.000_04.tar.gz>;
	doap:revision        "0.000_04"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-000_05>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Set-Equivalence-0.000_05"^^xsd:string;
	dc:issued            "2013-07-16"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Raise Type::Tiny dependency version number.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Set-Equivalence-0.000_05.tar.gz>;
	doap:revision        "0.000_05"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-001>
	a                    doap:Version;
	dc:identifier        "Set-Equivalence-0.001"^^xsd:string;
	dc:issued            "2013-07-16"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Add Types::Set SYNOPSIS and DESCRIPTION.";
		], [
			a doap-changeset:Documentation;
			rdfs:label "Include examples using Types::Set with Moo and Moose.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Set-Equivalence-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-002>
	a                    doap:Version;
	dc:identifier        "Set-Equivalence-0.002"^^xsd:string;
	dc:issued            "2013-07-28"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Include example using Types::Set with p5-mop.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Set-Equivalence-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Set-Equivalence/v_0-003>
	a                    doap:Version;
	dc:identifier        "Set-Equivalence-0.003"^^xsd:string;
	dc:issued            "2013-09-30"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Link to List::Objects::WithUtils in SEE ALSO.";
		], [
			a doap-changeset:Update;
			rdfs:label "Use Exporter::Tiny instead of Exporter::TypeTiny.";
		], [
			a doap-changeset:Packaging;
			rdfs:label "Use 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/Set-Equivalence-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>.