The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

SYNOPSIS

    use Acme::CPANAuthors;

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

    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");

DESCRIPTION

This class provides a hash of emulatable CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module.

It is generated from the indexed modules on CPAN 02packages.details.txt finding CPAN authors who have a module indexed with BeLike in the name.

CONTAINED AUTHORS

MIDDLE

print "$_" for @authors;

print <<TAIL;

SEE ALSO

Acme::CPANAuthors

Task