Exporter-Tiny

 view release on metacpan or  search on metacpan

doap.ttl  view on Meta::CPAN

@prefix cpan-uri: <http://purl.org/NET/cpan-uri/terms#> .
@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 nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@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/Exporter-Tiny/project>
	a                    doap:Project;
	cpan-uri:x_IRC       <irc://irc.perl.org/%23moops>;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:runtime-requirement [ doap-deps:on "perl 5.006001"^^doap-deps:CpanId ];
	doap-deps:test-recommendation [ doap-deps:on "Test::Fatal"^^doap-deps:CpanId ], [ doap-deps:on "Test::Warnings"^^doap-deps:CpanId ];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.47"^^doap-deps:CpanId ];
	doap:bug-database    <https://github.com/tobyink/p5-exporter-tiny/issues>;
	doap:created         "2013-09-05"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/Exporter-Tiny>;
	doap:homepage        <https://exportertiny.github.io/>, <https://metacpan.org/release/Exporter-Tiny>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "Exporter-Tiny";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-026>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-029_01>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-030>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny...
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-exporter-tiny>;
	];
	doap:shortdesc       "an exporter with the features of Sub::Exporter but only core dependencies";
	rdfs:seeAlso         <http://purl.org/NET/cpan-uri/dist/Type-Tiny/project>.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-026>
	a                    doap:Version;
	rdfs:label           "Initial release";
	dc:identifier        "Exporter-Tiny-0.026"^^xsd:string;
	dc:issued            "2013-09-05"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Split Exporter::Tiny out from Exporter::TypeTiny.";
			doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/chocolateboy>;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Type-Tiny/v_0-026>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.026.tar.gz>;
	doap:revision        "0.026"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-029_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.029_01"^^xsd:string;
	dc:issued            "2013-09-26"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation, doap-changeset:Packaging;
			rdfs:label "Exporter::TypeTiny is being retired, so modify documentation and distribution metadata for Exporter::Tiny to no longer point there.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-026>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.029_01.tar.gz>;



( run in 1.627 second using v1.01-cache-2.11-cpan-bbb979687b5 )