
Acme::CPANAuthors::Portuguese - We are the Portuguese CPAN Authors

use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new('Portuguese');
my $number = $authors->count;
my @ids = $authors->ids();
my @distros = $authors->distributions('BRACETA');
my $url = $authors->avatar_url('COG');
my $kwalitee = $authors->kwalitee('BALINHA');
my $name = $authors->name('AMBS');

This class provides a hash of Portuguese CPAN authors' PAUSE ID and name to the Acme::CPANAuthors module.

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

Luis Azevedo (Braceta), <braceta at cpan.org>

Please report any bugs or feature requests to bug-acme-cpanauthors-portuguese at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Portuguese. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Acme::CPANAuthors::Portuguese
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-CPANAuthors-Portuguese

All the Lisbon.pm guys and Cog for the idea for this module.

Copyright 2009 Luis Azevedo (Braceta), all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.