The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix doap-deps: <http://ontologi.es/doap-deps#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
dc:title "the same terms as the perl 5 programming language system itself".
a doap:Project;
doap-deps:runtime-requirement [ doap-deps:on "match::smart"^^doap-deps:CpanId ];
doap-deps:test-requirement [ doap-deps:on "Test::More 0.96"^^doap-deps:CpanId ], [ doap-deps:on "Test::Exception"^^doap-deps:CpanId ];
doap:created "2011-12-06"^^xsd:date;
doap:maintainer [
a foaf:Person;
foaf:mbox <mailto:tobyink@cpan.org>;
foaf:name "Toby Inkster";
];
doap:name "Acme-UseStrict";
doap:programming-language "Perl";
doap:repository [
a doap:GitRepository;
];
doap:shortdesc "use strict constantly".
a doap:Version;
rdfs:label "Initial release";
dc:issued "2011-12-06"^^xsd:date;
doap:revision "0.995"^^xsd:string.
a doap:Version;
dc:issued "2013-05-20"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [ rdfs:label "smartmatch -> match::smart" ];
];
doap:revision "1.234"^^xsd:string.
a doap:Version;
dc:identifier "Acme-UseStrict-1.235"^^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:revision "1.235"^^xsd:string.