Acme-Futuristic-Perl

 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/>.

doap.ttl  view on Meta::CPAN

@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/Acme-Futuristic-Perl/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:test-requirement [ doap-deps:on "Test::More 0.96"^^doap-deps:CpanId ];
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=Acme-Futuristic-Perl>;
	doap:created         "2014-04-01"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/Acme-Futuristic-Perl>;
	doap:homepage        <https://metacpan.org/release/Acme-Futuristic-Perl>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "Acme-Futuristic-Perl";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/Acme-Futuristic-Perl/v_0-001>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-acme-futuristic-perl>;
	];
	doap:shortdesc       "because Modern::Perl is too old".



( run in 2.311 seconds using v1.01-cache-2.11-cpan-e1769b4cff6 )