NAME
    Acme::CPANAuthors::Italian - We are Italian CPAN Authors

    Acme::CPANAuthors::Italian - Noi siamo autori CPAN italiani

VERSION
    Version 0.01

SYNOPSIS
        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');

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

MAINTENANCE
    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.

SEE ALSO
    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

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

BUGS
    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.

SUPPORT
    You can find documentation for this module with the perldoc command.

        perldoc Acme::CPANAuthors::Italian

    You can also look for information at:

    * RT: CPAN's request tracker
        <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-CPANAuthors-Italian>

    * AnnoCPAN: Annotated CPAN documentation
        <http://annocpan.org/dist/Acme-CPANAuthors-Italian>

    * CPAN Ratings
        <http://cpanratings.perl.org/d/Acme-CPANAuthors-Italian>

    * Search CPAN
        <http://search.cpan.org/dist/Acme-CPANAuthors-Italian/>

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

COPYRIGHT & LICENSE
    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.

