@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#> .
dc:title "the same terms as the perl 5 programming language system itself".
a doap:Project;
dc:contributor <http://purl.org/NET/cpan-uri/person/tobyink>;
doap-deps:runtime-requirement [
doap-deps:on "Module::Runtime 0.002"^^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=Module-Hash>;
doap:created "2012-11-23"^^xsd:date;
doap:developer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:download-page <https://metacpan.org/release/Module-Hash>;
doap:homepage <https://metacpan.org/release/Module-Hash>;
doap:license <http://dev.perl.org/licenses/>;
doap:maintainer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:name "Module-Hash";
doap:programming-language "Perl";
doap:release <http://purl.org/NET/cpan-uri/dist/Module-Hash/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Module-Hash/v_0-002>;
doap:repository [
a doap:GitRepository;
doap:browse <https://github.com/tobyink/p5-module-hash>;
];
doap:shortdesc "a tied hash that requires modules for you".
a doap:Version;
rdfs:label "Initial release";
dc:identifier "Module-Hash-0.001"^^xsd:string;
dc:issued "2012-11-23"^^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/Module-Hash-0.001.tar.gz>;
doap:revision "0.001"^^xsd:string.
a doap:Version;
dc:identifier "Module-Hash-0.002"^^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/Module-Hash-0.002.tar.gz>;
doap:revision "0.002"^^xsd:string.
a foaf:Person;
foaf:mbox <mailto:tobyink@cpan.org>;
foaf:name "Toby Inkster";
foaf:nick "TOBYINK";
foaf:page <https://metacpan.org/author/TOBYINK>.