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');
=head1 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.
=head1 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.
=head1 SEE ALSO
L<Acme::CPANAuthors> - Main class to manipulate this one (Classe principal para manipular esta)
L<Acme::CPANAuthors::Japanese> - Code and documentation nearly taken verbatim from it (Código e documentação copiadas daqui quase verbatim)
=head1 AUTHOR
Breno G. de Oliveira E<lt>garu at cpan.orgE<gt>
(although almost everything was reused from Kenichi Ishigaki's nice modules (listed above)
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2008-2023 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.
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)