Acme::CPANAuthors::AnyEvent is a Perl module that provides a hash of AnyEvent namespace CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module.
It is currently statically generated information, I hope to make it dynamic in the future.
SYNOPSIS
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new('AnyEvent');
my $number = $authors->count;
my @ids = $authors->id;
my @distros = $authors->distributions("MLEHMANN");
my $url = $authors->avatar_url("ELMEX");
my $kwalitee = $authors->kwalitee("MONS");
my $name = $authors->name("MIYAGAWA");
Product's homepage
Requirements:
· Perl