NAME

Acme::CPANAuthors::Brazilian - We are brazilian CPAN authors

Acme::CPANAuthors::Brazilian - N�s somos autores brasileiros no CPAN

SYNOPSIS

use Acme::CPANAuthors;
use Acme::CPANAuthors::Brazilian;

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

my $number   = $authors->count;
my @ids      = $authors->id;
my @distros  = $authors->distributions('FGLOCK');
my $url      = $authors->avatar_url('GARU');
my $kwalitee = $authors->kwalitee('FCO');

DESCRIPTION

This class is used to provide a hash of brazilian CPAN author's PAUSE id/name to Acme::CPANAuthors.

Essa classe � usada para fornecer um hash de id/nome PAUSE de autores brasileiros no CPAN para o Acme::CPANAuthors.

MAINTENANCE

If you are a brazilian CPAN author not listed here, please send me your id/name via email, IRC, or RT so we can always keep this module up to date. If there's amistake and you're listed here but are not brazilian (or just don't want to be listed), sorry for the inconvenience: please contact me and I'll remove the entry right away.

Se voc� � um autor brasileiro no CPAN e n�o est� listado aqui, por favor me envie seu id/nome via email, IRC, ou RT para que possamos manter esse m�dulo sempre atualizado. Se houve um erro e voc� est� listado aqui mas n�o � brasileiro (ou simplesmente n�o quer ser listado), desculpe a inconveniencia: por favor entre em contato que removerei a entrada imediatamente.

SEE ALSO

Acme::CPANAuthors - Main class to manipulate this one (Classe principal para manipular esta)

Acme::CPANAuthors::Japanese - Code and documentation nearly taken verbatim from it (C�digo e documenta��o copiadas daqui quase verbatim)

AUTHOR

Breno G. de Oliveira <garu at cpan.org>

(although almost everything was reused from Kenichi Ishigaki's nice modules (listed above)

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Breno G. de Oliveira.

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

Este programa � software livre; voc� pode redistribu�-lo e/ou modific�-lo sob os mesmo termos do Perl.