The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

SYNOPSIS

use Acme::CPANAuthors;

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

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 dual-life core module 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.

CONTAINED AUTHORS

MIDDLE

print "$_" for @authors;

print <<TAIL;

SEE ALSO

Acme::CPANAuthors

POE