@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/Regexp-Util/project>
a doap:Project;
dc:contributor <http://purl.org/NET/cpan-uri/person/tobyink>;
doap-deps:runtime-requirement [ doap-deps:on "perl 5.010"^^doap-deps:CpanId ], [ doap-deps:on "Exporter::Tiny"^^doap-deps:CpanId ];
doap-deps:test-requirement [ doap-deps:on "Test::More 0.92"^^doap-deps:CpanId ];
doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=Regexp-Util>;
doap:created "2014-08-07"^^xsd:date;
doap:developer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:download-page <https://metacpan.org/release/Regexp-Util>;
doap:homepage <https://metacpan.org/release/Regexp-Util>;
doap:license <http://dev.perl.org/licenses/>;
doap:maintainer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:name "Regexp-Util";
doap:programming-language "Perl";
doap:release <http://purl.org/NET/cpan-uri/dist/Regexp-Util/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Regexp-Util/v_0-002>, <http://purl.org/NET/cpan-uri/dist/Regexp-Util/v_0-003>, <http://purl.org/NET/cpan-uri/dist/Regexp-Util/v_0-004>, <http://purl.org/NET/cpan-uri/dist/Regexp-Util/v_0-005>;
doap:repository [
a doap:GitRepository;
doap:browse <https://github.com/tobyink/p5-regexp-util>;
];
doap:shortdesc "A selection of general-utility regexp subroutines".
<http://purl.org/NET/cpan-uri/dist/Regexp-Util/v_0-001>
a doap:Version;
rdfs:label "Initial release";
dc:identifier "Regexp-Util-0.001"^^xsd:string;
dc:issued "2014-08-07"^^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/Regexp-Util-0.001.tar.gz>;
doap:revision "0.001"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Regexp-Util/v_0-002>
a doap:Version;
dc:identifier "Regexp-Util-0.002"^^xsd:string;
dc:issued "2014-08-08"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Documentation;
rdfs:label "Add Hash::Util link to SEE ALSO";
], [
a doap-changeset:Removal;
rdfs:label "Remove the regexp_is_anchored function because it required Perl 5.20 to compile.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Regexp-Util-0.002.tar.gz>;
doap:revision "0.002"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Regexp-Util/v_0-003>
a doap:Version;
dc:identifier "Regexp-Util-0.003"^^xsd:string;
dc:issued "2014-09-17"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Packaging;
rdfs:label "Remove with a newer version of Dist::Inkt to fix META.json error.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Regexp-Util-0.003.tar.gz>;
doap:revision "0.003"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Regexp-Util/v_0-004>
a doap:Version;
dc:identifier "Regexp-Util-0.004"^^xsd:string;
dc:issued "2018-08-03"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Change;
rdfs:label "Use Exporter::Tiny instead of Exporter.pm.";
], [
a doap-changeset:Change;
rdfs:label "Offer to re-export functions from re.pm.";
], [
a doap-changeset:Documentation;
rdfs:label "Remove mention of regexp_is_anchored which disappeared in version 0.002.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Regexp-Util-0.004.tar.gz>;
doap:revision "0.004"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Regexp-Util/v_0-005>
a doap:Version;
dc:identifier "Regexp-Util-0.005"^^xsd:string;
dc:issued "2018-08-03"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Packaging;
rdfs:label "Fix dependencies.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Regexp-Util-0.005.tar.gz>;
doap:revision "0.005"^^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>.