
Acme::CPANAuthors::Italian - We are Italian CPAN Authors
Acme::CPANAuthors::Italian - Noi siamo autori CPAN italiani

Version 0.01

use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new('Italian');
my $number = $authors->count;
my @ids = $authors->id();
my @distros = $authors->distributions('MBARBON');
my $url i = $authors->avatar_url('POLETTIX');
my $kwalitee = $authors->kwalitee('LARSEN');
my $name = $authors->name('ARTHAS');

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

If you are an Italian 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 Italian (or just don't want to be listed), sorry for the inconvenience: please contact me and I'll remove the entry right away.

Acme::CPANAuthors - Main class to manipulate this one
Acme::CPANAuthors::Austrian - Austrian CPAN authors
Acme::CPANAuthors::Brazilian - Brazilian CPAN authors
Acme::CPANAuthors::Canadian - Canadian CPAN authors
Acme::CPANAuthors::Chinese - Chinese CPAN authors
Acme::CPANAuthors::French - French CPAN authors
Acme::CPANAuthors::Israeli - Israeli CPAN authors
Acme::CPANAuthors::Japanese - Japanese CPAN authors
Acme::CPANAuthors::Russian - Russian CPAN authors
Acme::CPANAuthors::Taiwanese - Taiwanese CPAN authors
Acme::CPANAuthors::Not - heh

Aldo "dada" Calpini, <dada at perl.it>

Please report any bugs or feature requests to bug-acme-cpanauthors-italian at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Italian. 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::Italian
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-CPANAuthors-Italian

Thanks to Kenichi Ishigaki for writing Acme::CPANAuthors. And to Sébastien Aperghis-Tramoni from whom I borrowed most of the boilerplate stuff.

Copyright 2008 Aldo "dada" Calpini, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.