Acme-Perl-Consensual

 view release on metacpan or  search on metacpan

CONTRIBUTING  view on Meta::CPAN

DESCRIPTION
    If you're reading this document, that means you might be thinking about
    helping me out with this project. Thanks!

    Here's some ways you could help out:

    *   Bug reports

        Found a bug? Great! (Well, not so great I suppose.)

        The place to report them is <https://rt.cpan.org/>. Don't e-mail me
        about it, as your e-mail is more than likely to get lost amongst the
        spam.

        An example script clearly demonstrating the bug (preferably written
        using Test::More) would be greatly appreciated.

    *   Patches

        If you've found a bug and written a fix for it, even better!

CONTRIBUTING  view on Meta::CPAN


AUTHOR
    Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE
    Copyright (c) 2012-2013 by Toby Inkster.

    CONTRIBUTING.pod is licensed under the Creative Commons
    Attribution-ShareAlike 2.0 UK: England & Wales License. To view a copy
    of this license, visit
    <http://creativecommons.org/licenses/by-sa/2.0/uk/>.

META.ttl  view on Meta::CPAN

@prefix cpan:  <http://purl.org/NET/cpan-uri/person/> .
@prefix cpant: <http://purl.org/NET/cpan-uri/terms#> .
@prefix dbug:  <http://ontologi.es/doap-bugs#> .
@prefix dc:    <http://purl.org/dc/terms/> .
@prefix dcs:   <http://ontologi.es/doap-changeset#> .
@prefix dist:  <http://purl.org/NET/cpan-uri/dist/Acme-Perl-Consensual/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@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#> .

dist:project
	a                 doap:Project;
	doap:name         "Acme-Perl-Consensual";
	cpant:readme_from [
		a nfo:FileDataObject;
		a nfo:SourceCode;

META.ttl  view on Meta::CPAN

		nfo:fileName "lib/Acme/Perl/Consensual.pm";
		nfo:programmingLanguage "Perl";
	];
	dc:contributor    cpan:tobyink;
	doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=Acme-Perl-Consensual>;
	doap:created      "2012-07-01"^^xsd:date;
	doap:developer    cpan:mschwern;
	doap:developer    cpan:tobyink;
	doap:download-page <https://metacpan.org/release/Acme-Perl-Consensual>;
	doap:homepage     <https://metacpan.org/release/Acme-Perl-Consensual>;
	doap:license      <http://dev.perl.org/licenses/>;
	doap:maintainer   cpan:tobyink;
	doap:programming-language "Perl";
	doap:release      dist:v_0-000_01;
	doap:release      dist:v_0-000_02;
	doap:release      dist:v_0-001;
	doap:release      dist:v_0-002;
	doap:repository   [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-acme-perl-consensual>;
	];

META.ttl  view on Meta::CPAN

	foaf:nick         "MSCHWERN";
	foaf:page         <https://metacpan.org/author/MSCHWERN>.

cpan:tobyink
	a                 foaf:Person;
	foaf:name         "Toby Inkster";
	foaf:mbox         <mailto:tobyink@cpan.org>;
	foaf:nick         "TOBYINK";
	foaf:page         <https://metacpan.org/author/TOBYINK>.

<http://dev.perl.org/licenses/>
	dc:title          "the same terms as the perl 5 programming language system itself".

<http://purl.org/NET/cpan-uri/rt/ticket/81252>
	a                 dbug:Issue;
	dbug:id           "81252"^^xsd:string;
	dbug:page         <https://rt.cpan.org/Ticket/Display.html?id=81252>.

meta/doap.pret  view on Meta::CPAN

@prefix : <http://usefulinc.com/ns/doap#>.

`Acme-Perl-Consensual`
	:programming-language "Perl" ;
	:shortdesc            "check that your version of Perl is old enough to consent";
	:homepage             <https://metacpan.org/release/Acme-Perl-Consensual>;
	:download-page        <https://metacpan.org/release/Acme-Perl-Consensual>;
	:bug-database         <http://rt.cpan.org/Dist/Display.html?Queue=Acme-Perl-Consensual>;
	:repository           [ a :GitRepository; :browse <https://github.com/tobyink/p5-acme-perl-consensual> ];
	:created              2012-07-01;
	:license              <http://dev.perl.org/licenses/>;
	:maintainer           cpan:TOBYINK;
	:developer            cpan:TOBYINK, cpan:MSCHWERN.

<http://dev.perl.org/licenses/>
	dc:title  "the same terms as the perl 5 programming language system itself".

cpan:TOBYINK
	foaf:name  "Toby Inkster";
	foaf:mbox  <mailto:tobyink@cpan.org>.

cpan:MSCHWERN
	foaf:name  "Michael G Schwern";
	foaf:mbox  <mailto:mschwern@cpan.org>.



( run in 0.763 second using v1.01-cache-2.11-cpan-e1769b4cff6 )