1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
|
@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/Role-Hooks/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-requirement [ doap-deps:on "perl 5.008001"^^doap-deps:CpanId ], [
doap-deps:on "Class::Method::Modifiers"^^doap-deps:CpanId;
], [ doap-deps:on "List::Util 1.45"^^doap-deps:CpanId ];
doap-deps:test-recommendation [ doap-deps:on "Role::Tiny"^^doap-deps:CpanId ], [ doap-deps:on "Class::Tiny"^^doap-deps:CpanId ], [ doap-deps:on "Moo::Role"^^doap-deps:CpanId ], [ doap-deps:on "Moose::Role"^^doap-deps:CpanId ];
doap-deps:test-requirement [ doap-deps:on "Test::More 0.96"^^doap-deps:CpanId ], [ doap-deps:on "Test::Requires"^^doap-deps:CpanId ];
doap-deps:test-suggestion [ doap-deps:on "Role::Basic"^^doap-deps:CpanId ], [ doap-deps:on "Mouse::Role"^^doap-deps:CpanId ];
doap:bug-database <https://github.com/tobyink/p5-role-hooks/issues>;
doap:created "2020-02-18"^^xsd:date;
doap:developer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:download-page <https://metacpan.org/release/Role-Hooks>;
doap:homepage <https://metacpan.org/release/Role-Hooks>;
doap:license <http://dev.perl.org/licenses/>;
doap:maintainer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:name "Role-Hooks";
doap:programming-language "Perl";
doap:release <http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-002>, <http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-003>, <http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-004>, <http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-005>, <http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-006>, <http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-007>, <http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-008>;
doap:repository [
a doap:GitRepository;
doap:browse <https://github.com/tobyink/p5-role-hooks>;
];
doap:shortdesc "role callbacks".
<http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-001>
a doap:Version;
rdfs:label "Initial release";
dc:identifier "Role-Hooks-0.001"^^xsd:string;
dc:issued "2020-02-18"^^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/Role-Hooks-0.001.tar.gz>;
doap:revision "0.001"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-002>
a doap:Version;
dc:identifier "Role-Hooks-0.002"^^xsd:string;
dc:issued "2020-10-23"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "Died applying a role to a non-Moo* class, with Moose loaded.";
doap-changeset:fixes <http://purl.org/NET/cpan-uri/rt/ticket/133595>;
doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/dakkar>;
rdfs:comment "Fixed by using a variant of Safe::Isa to check metaclasses.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Role-Hooks-0.002.tar.gz>;
doap:revision "0.002"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-003>
a doap:Version;
dc:identifier "Role-Hooks-0.003"^^xsd:string;
dc:issued "2020-10-26"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "Stop polluting Role::Tiny namespace.";
doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/haarg>;
rdfs:seeAlso <https://github.com/tobyink/p5-role-hooks/pull/1>;
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Role-Hooks-0.003.tar.gz>;
doap:revision "0.003"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-004>
a doap:Version;
dc:identifier "Role-Hooks-0.004"^^xsd:string;
dc:issued "2022-06-07"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix, doap-changeset:Documentation;
rdfs:label "Add missing `print` to print statements in examples.";
doap-changeset:fixes <http://purl.org/NET/cpan-uri/rt/ticket/135361>;
doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/abraxxa>;
], [
a doap-changeset:Documentation, doap-changeset:Tests;
rdfs:label "Test and document interaction with Package::Variant.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Role-Hooks-0.004.tar.gz>;
doap:revision "0.004"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-005>
a doap:Version;
dc:identifier "Role-Hooks-0.005"^^xsd:string;
dc:issued "2022-06-17"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Addition;
rdfs:label "Add after_inflate hook.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Role-Hooks-0.005.tar.gz>;
doap:revision "0.005"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-006>
a doap:Version;
dc:identifier "Role-Hooks-0.006"^^xsd:string;
dc:issued "2022-07-01"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Update;
rdfs:label "Support for roles built using Mite.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Role-Hooks-0.006.tar.gz>;
doap:revision "0.006"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-007>
a doap:Version;
dc:identifier "Role-Hooks-0.007"^^xsd:string;
dc:issued "2022-07-04"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "Eliminate 'used only once' warnings.";
doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/abraxxa>;
], [
a doap-changeset:Tests;
rdfs:label "Include a test that a known non-role returns false from is_role.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Role-Hooks-0.007.tar.gz>;
doap:revision "0.007"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Role-Hooks/v_0-008>
a doap:Version;
dc:identifier "Role-Hooks-0.008"^^xsd:string;
dc:issued "2022-07-04"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "Fix accidental dependency on Role::Tiny.";
doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/tinita>;
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Role-Hooks-0.008.tar.gz>;
doap:revision "0.008"^^xsd:string.
<http://purl.org/NET/cpan-uri/person/abraxxa>
a foaf:Person;
foaf:name "Alexander Hartmaier";
foaf:nick "ABRAXXA";
foaf:page <https://metacpan.org/author/ABRAXXA>.
<http://purl.org/NET/cpan-uri/person/dakkar>
a foaf:Person;
foaf:name "Gianni Ceccarelli";
foaf:nick "DAKKAR";
foaf:page <https://metacpan.org/author/DAKKAR>.
<http://purl.org/NET/cpan-uri/person/haarg>
a foaf:Person;
foaf:name "Graham Knop";
foaf:nick "HAARG";
foaf:page <https://metacpan.org/author/HAARG>.
<http://purl.org/NET/cpan-uri/person/tinita>
a foaf:Person;
foaf:name "Tina Mller";
foaf:nick "TINITA";
foaf:page <https://metacpan.org/author/TINITA>.
<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>.
<http://purl.org/NET/cpan-uri/rt/ticket/133595>
a doap-bugs:Issue;
doap-bugs:id "133595"^^xsd:string;
doap-bugs:page <https://rt.cpan.org/Ticket/Display.html?id=133595>.
<http://purl.org/NET/cpan-uri/rt/ticket/135361>
a doap-bugs:Issue;
doap-bugs:id "135361"^^xsd:string;
doap-bugs:page <https://rt.cpan.org/Ticket/Display.html?id=135361>.
|