Switcheroo
view release on metacpan or search on metacpan
@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/Switcheroo/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.014"^^doap-deps:CpanId ], [
doap-deps:on "Exporter::Tiny 0.026"^^doap-deps:CpanId;
], [
doap-deps:on "match::simple 0.004"^^doap-deps:CpanId;
], [ doap-deps:on "PadWalker"^^doap-deps:CpanId ], [
doap-deps:on "Parse::Keyword 0.06"^^doap-deps:CpanId;
];
doap-deps:test-recommendation [
doap-deps:on "Types::Standard 0.001"^^doap-deps:CpanId;
], [ doap-deps:on "Smart::Match 0.007"^^doap-deps:CpanId ];
doap-deps:test-requirement [ doap-deps:on "Test::More 0.96"^^doap-deps:CpanId ], [
doap-deps:on "Test::Requires 0.06"^^doap-deps:CpanId;
];
doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=Switcheroo>;
doap:created "2013-09-01"^^xsd:date;
doap:developer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:download-page <https://metacpan.org/release/Switcheroo>;
doap:homepage <https://metacpan.org/release/Switcheroo>;
doap:license <http://dev.perl.org/licenses/>;
doap:maintainer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:name "Switcheroo";
doap:programming-language "Perl";
doap:release <http://purl.org/NET/cpan-uri/dist/Switcheroo/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Switcheroo/v_0-002>, <http://purl.org/NET/cpan-uri/dist/Switcheroo/v_0-003>, <http://purl.org/NET/cpan-uri/dist/Switcheroo/v_0-004>, <htt...
doap:repository [
a doap:GitRepository;
doap:browse <https://github.com/tobyink/p5-switcheroo>;
];
doap:shortdesc "yet another switch statement for Perl".
<http://purl.org/NET/cpan-uri/dist/Switcheroo/v_0-001>
a doap:Version;
rdfs:label "Initial release";
dc:identifier "Switcheroo-0.001"^^xsd:string;
dc:issued "2013-09-21"^^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/Switcheroo-0.001.tar.gz>;
doap:revision "0.001"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Switcheroo/v_0-002>
a doap:Version;
dc:identifier "Switcheroo-0.002"^^xsd:string;
dc:issued "2013-09-22"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Documentation;
rdfs:label "Document Perl 5.14 requirement.";
], [
a doap-changeset:Documentation;
rdfs:label "Document that the module re-exports `match`.";
], [
a doap-changeset:Change;
rdfs:label "switch now internally uses tail calls (`goto`) when possible.";
], [
a doap-changeset:Change;
rdfs:label "Some improvements accessing @_ within switch blocks, but still... caveat invocator!";
], [
a doap-changeset:Tests;
rdfs:label "Include some test cases for @_ within switch blocks.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Switcheroo-0.002.tar.gz>;
doap:revision "0.002"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Switcheroo/v_0-003>
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Switcheroo-0.005.tar.gz>;
doap:revision "0.005"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Switcheroo/v_0-006>
a doap:Version;
dc:identifier "Switcheroo-0.006"^^xsd:string;
dc:issued "2013-10-10"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Change;
rdfs:label "Sugar for regexps in case expressions.";
], [
a doap-changeset:Change;
rdfs:label "Export using Exporter::Tiny.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Switcheroo-0.006.tar.gz>;
doap:revision "0.006"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Switcheroo/v_0-007>
a doap:Version;
rdfs:label "Bond, James Bond";
dc:identifier "Switcheroo-0.007"^^xsd:string;
dc:issued "2013-10-10"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Change;
rdfs:label "Improve support for using @_ within switch blocks.";
], [
a doap-changeset:Tests;
rdfs:label "More test cases for using @_ within switch blocks.";
], [
a doap-changeset:Tests;
rdfs:label "Test cases for closing over variables.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Switcheroo-0.007.tar.gz>;
doap:revision "0.007"^^xsd:string.
<http://purl.org/NET/cpan-uri/dist/Switcheroo/v_0-008>
a doap:Version;
dc:identifier "Switcheroo-0.008"^^xsd:string;
dc:issued "2013-10-11"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Documentation;
rdfs:label "Document usage of Switcheroo with Smart::Match.";
], [
a doap-changeset:Documentation;
rdfs:label "Document usage of Switcheroo with Types::Standard.";
], [
a doap-changeset:Tests;
rdfs:label "Test cases for using Switcheroo with Smart::Match.";
], [
a doap-changeset:Tests;
rdfs:label "Test cases for using Switcheroo with Types::Standard.";
], [
a doap-changeset:Change;
rdfs:label "Drop dependency on Devel::LexAlias - allow PadWalker to do it all!";
], [
a doap-changeset:Change;
rdfs:label "Drop dependency on Devel::Caller - there are other methods to access your caller's @_ array which are no more unreliable.";
];
];
doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Switcheroo-0.008.tar.gz>;
doap:revision "0.008"^^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>.
( run in 1.893 second using v1.01-cache-2.11-cpan-5837b0d9d2c )