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

NAME

Acme::CPANAuthors::Danish - We are Danish CPAN authors

VERSION

version 0.04

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.

AUTHOR

Kaare Rasmussen <kaare@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Kaare Rasmussen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.