Acme::CPANAuthors::Icelandic - We are Icelandic CPAN authors


Acme-CPANAuthors-Icelandic documentation Contained in the Acme-CPANAuthors-Icelandic distribution.

Index


Code Index:

NAME

Top

Acme::CPANAuthors::Icelandic - We are Icelandic CPAN authors

SYNOPSIS

Top

    use Acme::CPANAuthors;

    my $authors  = Acme::CPANAuthors->new('Icelandic');

    my $number   = $authors->count;
    my @ids      = $authors->id;
    my @distros  = $authors->distributions("HINRIK");
    my $url      = $authors->avatar_url("HINRIK");
    my $kwalitee = $authors->kwalitee("HINRIK");
    my $name     = $authors->name("HINRIK");

See documentation for Acme::CPANAuthors for more details.

DESCRIPTION

Top

This class provides a hash of Icelandic CPAN authors' PAUSE ID and name to the Acme::CPANAuthors|Acme::CPANAuthors module.

MAINTENANCE

Top

If you are an Icelandic CPAN author not listed here, please send me your ID/name via email or RT so I can keep this module up to date.

And if you are not and Icelandic CPAN author but still listed here, please send me your ID/name via email or RT and I will remove your name.

CONTAINED AUTHORS

Top

Now listing 5 Icelandic CPAN authors:

 ADDI      => 'Arnar Mar Hrafnkelsson',
 AVAR      => 'Ævar Arnfjörð Bjarmason',
 BALDUR    => 'Baldur Kristinsson',
 HINRIK    => 'Hinrik Örn Sigurðsson',
 HRAFNKELL => 'Hrafnkell Freyr Hlöðversson',

SEE ALSO

Top

Acme::CPANAuthors::Acme::CPANAuthors::Authors

http://search.cpan.org/search?query=Acme%3A%3ACPANAuthors&mode=all

BUGS

Top

Please report any bugs or feature requests to bug-acme-cpanauthors-icelandic at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Icelandic. I will be notified, and then you'll automatically be notified of progress on your bug as we make changes.

AUTHOR

Top

Hinrik Örn Sigurðsson, <hinrik.sig@gmail.com>

LICENSE AND COPYRIGHT

Top


Acme-CPANAuthors-Icelandic documentation Contained in the Acme-CPANAuthors-Icelandic distribution.

package Acme::CPANAuthors::Icelandic;
BEGIN {
  $Acme::CPANAuthors::Icelandic::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
  $Acme::CPANAuthors::Icelandic::VERSION = '0.04';
}

use strict;
use warnings FATAL => 'all';
use utf8;

use Acme::CPANAuthors::Register (
    ADDI      => 'Arnar Mar Hrafnkelsson',
    AVAR      => 'Ævar Arnfjörð Bjarmason',
    BALDUR    => 'Baldur Kristinsson',
    HINRIK    => 'Hinrik Örn Sigurðsson',
    HRAFNKELL => 'Hrafnkell Freyr Hlöðversson',
);

1;