NAME
Acme::CPANAuthors::Norwegian - We are Norwegian CPAN authors
SYNOPSIS
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new("Norwegian");
my $number = $authors->count;
my @ids = $authors->id;
my @distros = $authors->distributions("MRAMBERG");
my $url = $authors->avatar_url("SJN");
my $kwalitee = $authors->kwalitee("COSIMO");
my $name = $authors->name("TAFFY");
See documentation for Acme::CPANAuthors for more details.
DESCRIPTION
This class provides a hash of Norwegian CPAN authors' PAUSE ID and name to the Acme::CPANAuthors
module.
MAINTENANCE
If you are a Norwegian CPAN author not listed here, please send me your ID/name via email or RT so I can always keep this module up to date.
CONTAINED AUTHORS
Now 21 Norwegian CPAN authors:
AFF => 'Andreas Faafeng',
ALKNAFF => 'Alain Knaff',
ANDREMAR => 'Andreas Marienborg',
ARNE => 'Arne Sommer',
ARNESOND => 'Dag Arneson',
AVITARNET => 'David Peter Smith',
CAFFIEND => 'Andrew Robertson',
COSIMO => 'Cosimo Streppone',
CRAFFI => 'Chris Dagdigian',
EARNESON => 'Erik Arneson',
GAFFER => 'George A. Fitch III',
GAFFIE => 'Mario Gaffiero',
GIRAFFED => 'Bryan Henderson',
MRAMBERG => 'Marcus Ramberg',
PRATZLAFF => 'Pete Ratzlaff',
RGRAFF => 'Robert Graff',
SCHAFFTER => 'Gustav Schaffter',
SJN => 'Salve J. Nilsen',
SLAFF => 'Slavej Karadjov',
SSCAFFIDI => 'Stephen R. Scaffidi',
TAFFY => 'David Kr�ber',
SEE ALSO
Acme::CPANAuthors Acme::CPANAuthors::Russian http://search.cpan.org/search?query=Acme%3A%3ACPANAuthors&mode=all
AUTHOR
Anatoly Sharifulin, <sharifulin at gmail.com>
BUGS
Please report any bugs or feature requests to bug-acme-cpanauthors-Norwegian at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Norwegian. We will be notified, and then you'll automatically be notified of progress on your bug as we make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Acme::CPANAuthors::Norwegian
You can also look for information at:
Github
http://github.com/sharifulin/acme-cpanauthors-Norwegian/tree/master
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-CPANAuthors-Norwegian
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT & LICENSE
Copyright (C) 2009 by Anatoly Sharifulin.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.