SYNOPSIS

        use Acme::CPANAuthors;
        use Acme::CPANAuthors::Danish;
    
        my $authors = Acme::CPANAuthors->new('Danish');
    
        my $number   = $authors->count;
        my @ids      = $authors->id;
        my @distros  = $authors->distributions('ABH');
        my $url      = $authors->avatar_url('JONASBN');
        my $kwalitee = $authors->kwalitee('MADZ');

DESCRIPTION

    This class provides a hash of Pause ID/name of Danish CPAN authors.

MAINTENANCE

    If you are an Danish CPAN author and are not listed here, please mail
    me. If you are listed and don't want to be, mail me as well.

SEE ALSO

    Acme::CPANAuthors - Main class to manipulate this one.