Acme::CPANAuthors::European - European CPAN authors


Acme-CPANAuthors-European documentation  | view source Contained in the Acme-CPANAuthors-European distribution.

Index


NAME

Top

Acme::CPANAuthors::European - European CPAN authors

SYNOPSIS

Top

 use Acme::CPANAuthors;

 my $authors  = Acme::CPANAuthors -> new ("European");

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

See documentation for Acme::CPANAuthors for more details.

DESCRIPTION

Top

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

MAINTENANCE

Top

If you're European CPAN author without further specified nationality, please send me your ID/name via email, and I may keep this module op to date.

BUGS

Top

All Russian and Turkish authors are considered European. This is not necessarely the case, as Russia and Turkey lie in more than one continent.

TODO

Top

Add more countries if they become available.

DEVELOPMENT

Top

The current sources of this module are found on github, git://github.com/Abigail/Acme--CPANAuthors--European.git.

AUTHOR

Top

Abigail, mailto:cpan@abigail.be.

COPYRIGHT and LICENSE

Top

INSTALLATION

Top

To install this module, run, after unpacking the tar-ball, the following commands:

   perl Makefile.PL
   make
   make test
   make install


Acme-CPANAuthors-European documentation  | view source Contained in the Acme-CPANAuthors-European distribution.