@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/Sub-SymMethod/project>
a doap:Project;
dc:contributor <http://purl.org/NET/cpan-uri/person/tobyink>;
doap-deps:develop-recommendation [ doap-deps:on "Dist::Inkt 0.001"^^doap-deps:CpanId ];
doap-deps:runtime-recommendation [
doap-deps:on "Type::Params 2.000000"^^doap-deps:CpanId;
];
doap-deps:runtime-requirement [ doap-deps:on "perl 5.008008"^^doap-deps:CpanId ], [
doap-deps:on "Exporter::Shiny 1.004000"^^doap-deps:CpanId;
], [ doap-deps:on "Role::Hooks"^^doap-deps:CpanId ];
doap-deps:test-requirement [ doap-deps:on "Test::More 0.96"^^doap-deps:CpanId ], [ doap-deps:on "parent"^^doap-deps:CpanId ], [ doap-deps:on "Role::Tiny"^^doap-deps:CpanId ], [
doap-deps:on "Types::Standard 2.000000"^^doap-deps:CpanId;
], [
doap-deps:on "Type::Params 2.000000"^^doap-deps:CpanId;
];
doap:bug-database <https://github.com/tobyink/p5-sub-symmethod/issues>;
doap:created "2020-10-09"^^xsd:date;
doap:developer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:download-page <https://metacpan.org/release/Sub-SymMethod>;
doap:homepage <https://metacpan.org/release/Sub-SymMethod>;
doap:license <http://dev.perl.org/licenses/>;
doap:maintainer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:name "Sub-SymMethod";
doap:programming-language "Perl";
doap:release <http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_0-002>, <http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_0-003>, <http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_0-004>, <http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_0-005>, <http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_1-000>;
doap:repository [
a doap:GitRepository;
doap:browse <https://github.com/tobyink/p5-sub-symmethod>;
];
doap:shortdesc "symbiotic method; methods that act a little like BUILD and DEMOLISH".
<http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_0-001>
a doap:Version;
rdfs:label "Initial release";
dc:identifier "Sub-SymMethod-0.001"^^xsd:string;
dc:issued "2020-10-10"^^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/Sub-SymMethod-0.001.tar.gz>;
doap:revision "0.001"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_0-002>
a doap:Version;
dc:identifier "Sub-SymMethod-0.002"^^xsd:string;
dc:issued "2020-10-10"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Documentation;
rdfs:label "Improve abstract for module.";
], [
a doap-changeset:Change;
rdfs:label "Issue a warning if you try creating a symmethod called `BUILD`, `DEMOLISH`, or `new` because that's probably a bad idea.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Sub-SymMethod-0.002.tar.gz>;
doap:revision "0.002"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_0-003>
a doap:Version;
dc:identifier "Sub-SymMethod-0.003"^^xsd:string;
dc:issued "2020-10-10"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Packaging;
rdfs:label "Add some version numbers for 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/Sub-SymMethod-0.003.tar.gz>;
doap:revision "0.003"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_0-004>
a doap:Version;
dc:identifier "Sub-SymMethod-0.004"^^xsd:string;
dc:issued "2020-10-12"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Change;
rdfs:label "Use `before_apply` instead of `after_apply` hook when copying symmethods from roles to classes.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Sub-SymMethod-0.004.tar.gz>;
doap:revision "0.004"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_0-005>
a doap:Version;
dc:identifier "Sub-SymMethod-0.005"^^xsd:string;
dc:issued "2020-10-28"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Packaging;
rdfs:label "Fix dynamic config logic which would in some circumstances require a version of Sub::Name as a prerequisite which hasn't even been released yet.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Sub-SymMethod-0.005.tar.gz>;
doap:revision "0.005"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Sub-SymMethod/v_1-000>
a doap:Version;
dc:identifier "Sub-SymMethod-1.000"^^xsd:string;
dc:issued "2022-09-23"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Change;
rdfs:label "Change API to match Type::Params v2 more closely. (Older API is still supported, but no longer documented.)";
], [
a doap-changeset:Update;
rdfs:label "Require Type::Params v2.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Sub-SymMethod-1.000.tar.gz>;
doap:revision "1.000"^^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>.