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
|
@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/lexical-underscore/project>
a doap:Project;
dc:contributor <http://purl.org/NET/cpan-uri/person/tobyink>;
doap-deps:runtime-requirement [ doap-deps:on "perl 5.008000"^^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=lexical-underscore>;
doap:created "2012-11-11"^^xsd:date;
doap:developer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:download-page <https://metacpan.org/release/lexical-underscore>;
doap:homepage <https://metacpan.org/release/lexical-underscore>;
doap:license <http://dev.perl.org/licenses/>;
doap:maintainer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:name "lexical-underscore";
doap:programming-language "Perl";
doap:release <http://purl.org/NET/cpan-uri/dist/lexical-underscore/v_0-001>, <http://purl.org/NET/cpan-uri/dist/lexical-underscore/v_0-002>, <http://purl.org/NET/cpan-uri/dist/lexical-underscore/v_0-003>;
doap:repository [
a doap:GitRepository;
doap:browse <https://github.com/tobyink/p5-lexical-underscore>;
];
doap:shortdesc "access your caller's lexical underscore".
<http://purl.org/NET/cpan-uri/dist/lexical-underscore/v_0-001>
a doap:Version;
rdfs:label "Initial release";
dc:identifier "lexical-underscore-0.001"^^xsd:string;
dc:issued "2012-11-11"^^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/lexical-underscore-0.001.tar.gz>;
doap:revision "0.001"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/lexical-underscore/v_0-002>
a doap:Version;
dc:identifier "lexical-underscore-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/lexical-underscore-0.002.tar.gz>;
doap:revision "0.002"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/lexical-underscore/v_0-003>
a doap:Version;
dc:identifier "lexical-underscore-0.003"^^xsd:string;
dc:issued "2014-09-15"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix, doap-changeset:Packaging;
rdfs:label "Restore dynamic config which adds PadWalker to dependencies when Perl >= 5.9.0.";
doap-changeset:fixes <http://purl.org/NET/cpan-uri/rt/ticket/98883>;
doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/srezic>;
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/lexical-underscore-0.003.tar.gz>;
doap:revision "0.003"^^xsd:string.
<http://purl.org/NET/cpan-uri/person/srezic>
a foaf:Person;
foaf:name "Slaven Rezić";
foaf:nick "SREZIC";
foaf:page <https://metacpan.org/author/SREZIC>.
<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/98883>
a doap-bugs:Issue;
doap-bugs:id "98883"^^xsd:string;
doap-bugs:page <https://rt.cpan.org/Ticket/Display.html?id=98883>.
|