NAME
Acme::CPANAuthors::French - We are French-speaking CPAN authors
Acme::CPANAuthors::French - Nous sommes des auteurs CPAN francophones
VERSION
Version 0.07
SYNOPSIS
use
Acme::CPANAuthors;
my
$authors
= Acme::CPANAuthors->new(
"French"
);
my
$number
=
$authors
->count;
my
@ids
=
$authors
->id;
my
@distros
=
$authors
->distributions(
"SAPER"
);
my
$url
=
$authors
->avatar_url(
"VPIT"
);
my
$kwalitee
=
$authors
->kwalitee(
"BOOK"
);
my
$name
=
$authors
->name(
"RGARCIA"
);
DESCRIPTION
This class provides a hash of French CPAN authors' PAUSE ID and name to the Acme::CPANAuthors
module.
MAINTENANCE
If you are a French 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 French (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::Chinese - Chinese CPAN authors
Acme::CPANAuthors::Japanese - Japanese CPAN authors
AUTHOR
Sébastien Aperghis-Tramoni <sebastien at aperghis.net>
BUGS
Please report any bugs or feature requests to bug-acme-cpanauthors-french at rt.cpan.org
, or through the web interface at http://rt.cpan.org/Dist/Display.html?Queue=Acme-CPANAuthors-French. 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::French
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/Dist/Display.html?Queue=Acme-CPANAuthors-French
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
Thanks to Kenichi Ishigaki for writing Acme::CPANAuthors
.
COPYRIGHT & LICENSE
Copyright 2008 Sébastien Aperghis-Tramoni, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.