| Acme-CPANAuthors-Chinese documentation | view source | Contained in the Acme-CPANAuthors-Chinese distribution. |
Acme::CPANAuthors::Chinese - We are chinese CPAN authors
Acme::CPANAuthors::Chinese - CPAN 中国作者
use Acme::CPANAuthors;
use Acme::CPANAuthors::Chinese;
my $authors = Acme::CPANAuthors->new('Chinese');
my $number = $authors->count;
my @ids = $authors->id;
my @distros = $authors->distributions('AGENT');
my $url = $authors->avatar_url('FAYLAND');
my $kwalitee = $authors->kwalitee('YEWENBIN');
This class is used to provide a hash of chinese CPAN author's PAUSE id/name to Acme::CPANAuthors.
If you are a chinese 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 chinese (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::Japanese - Code and documentation nearly taken verbatim from it
Acme::CPANAuthors::Brazilian - inspired me directly
Fayland Lam, <fayland at gmail.com>
Copyright 2008 Fayland Lam, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Acme-CPANAuthors-Chinese documentation | view source | Contained in the Acme-CPANAuthors-Chinese distribution. |