Acme-CPANAuthors-Australian

 view release on metacpan or  search on metacpan

CONTRIBUTING  view on Meta::CPAN


  Coding Style
    I tend to write using something approximating the Allman style, using
    tabs for indentation and Unix-style line breaks.

    *   <http://en.wikipedia.org/wiki/Indent_style#Allman_style>

    *   <http://www.derkarl.org/why_to_tabs.html>

    I nominally encode all source files as UTF-8, though in practice most of
    them use a 7-bit-safe ASCII-compatible subset of UTF-8.

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

INSTALL  view on Meta::CPAN

    If you have cpanm, you only need one line:

            % cpanm Acme::CPANAuthors::Australian

    If you are installing into a system-wide directory, you may need to pass
    the "-S" flag to cpanm, which uses sudo to install the module:

            % cpanm -S Acme::CPANAuthors::Australian

INSTALLATION WITH THE CPAN SHELL
    Alternatively, if your CPAN shell is set up, you should just be able to
    do:

            % cpan Acme::CPANAuthors::Australian

MANUAL INSTALLATION
    As a last resort, you can manually install it. Download the tarball and
    unpack it.

    Consult the file META.json for a list of pre-requisites. Install these
    first.

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-CPANAuthors-Australian/project>
	a                    doap:Project;

doap.ttl  view on Meta::CPAN

		a doap:HgRepository;
		doap:browse <https://bitbucket.org/tobyink/p5-acme-cpanauthors-australian>;
	];
	doap:shortdesc       "we are Australian CPAN authors".

<http://purl.org/NET/cpan-uri/dist/Acme-CPANAuthors-Australian/v_0-001>
	a                    doap:Version;
	rdfs:label           "Initial release";
	dc:identifier        "Acme-CPANAuthors-Australian-0.001"^^xsd:string;
	dc:issued            "2013-07-01"^^xsd:date;
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Acme-CPANAuthors-Australian-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Acme-CPANAuthors-Australian/v_0-002>
	a                    doap:Version;
	dc:identifier        "Acme-CPANAuthors-Australian-0.002"^^xsd:string;
	dc:issued            "2013-10-28"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "use Dist::Inkt";
		], [
			a doap-changeset:Addition;
			rdfs:label "STEVENL";
		], [ a doap-changeset:Addition; rdfs:label "MATTK" ], [
			a doap-changeset:Change;
			rdfs:label "ANNELI - change of name";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Acme-CPANAuthors-Australian-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

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



( run in 0.966 second using v1.01-cache-2.11-cpan-49f99fa48dc )