NAME Acme::CPANAuthors::Danish - We are Danish CPAN authors VERSION version 0.001 DESCRIPTION This class provides a hash of Pause ID/name of Danish CPAN authors. 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('KAARE'); my $url = $authors->avatar_url('KAARE'); my $kwalitee = $authors->kwalitee('KAARE'); 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 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.