
use Acme::CPANAuthors;
my \$authors = Acme::CPANAuthors->new('POE');
my \$number = \$authors->count;
my \@ids = \$authors->id;
my \@distros = \$authors->distributions("BINGOS");
my \$url = \$authors->avatar_url("BINGOS");
my \$kwalitee = \$authors->kwalitee("BINGOS");
my \$name = \$authors->name("BINGOS");

This class provides a hash of POE 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.

MIDDLE
print "$_" for @authors;
print <<TAIL;
