Acme-RunDoc

 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

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

    CONTRIBUTING is available under three different licences permitting its
    redistribution: the CC-BY-SA_UK-2.0 licence, plus the same licences as
    Perl itself, which is distributed under the GNU General Public Licence
    version 1, and the Artistic Licence.

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

    This file is free software; you can redistribute it and/or modify it
    under the same terms as the Perl 5 programming language system itself.

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-RunDoc/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:runtime-requirement [ doap-deps:on "autodie"^^doap-deps:CpanId ], [ doap-deps:on "Module::Runtime"^^doap-deps:CpanId ], [
		doap-deps:on "Text::Extract::Word"^^doap-deps:CpanId;
	];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.61"^^doap-deps:CpanId ];
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=Acme-RunDoc>;
	doap:created         "2012-02-14"^^xsd:date;
	doap:download-page   <https://metacpan.org/release/Acme-RunDoc>;
	doap:homepage        <https://metacpan.org/release/Acme-RunDoc>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      [
		a foaf:Person;
		foaf:mbox <mailto:tobyink@cpan.org>;
		foaf:name "Toby Inkster";
	];
	doap:name            "Acme-RunDoc";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/Acme-RunDoc/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Acme-RunDoc/v_0-002>;
	doap:repository      [
		a doap:GitRespository;



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