Acme-CPANAuthors-Chinese
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Chinese.pm view on Meta::CPAN
CNHACKTNT => 'çæ',
DOGGY => 'Pan Fan (nightsailer)',
DONGXU => 'Dongxu Ma <马䏿>',
FAYLAND => 'Fayland æ',
FKIORI => '鿣ä¼',
FLW => 'çå
´å',
FOOLFISH => 'é¢å®/Qian Yu',
FUKAI => 'æ¶å¯',
HGNENG => 'é»å è½',
HOOWA => 'åå°',
ISLUE => 'è¡æµ·éº',
JOEJIANG => 'èæ°¸æ¸
',
JOKERGOO => 'Zuguang Gu',
JWU => 'å´å¥æº',
JZHANG => 'å¼ å',
KAILI => 'æå¯',
LAOMOI => 'xiaoshengcaicai',
LENIK => '谢继é·',
LIJINFENG => 'Li Jinfeng',
LZH => 'Li ZHOU',
MAIN => 'å´å¥æº',
MCCHEUNG => 'MC Cheung',
NSNAKE => '徿',
ORANGE => 'æ¡å',
PANGJ => 'Jeff Pang',
PANYU => 'PAN YU',
PEKINGSAM => 'Yan Xueqing',
# PYH => 'å½åå', ## Dups of YHPENG
QJZHOU => 'Qing-Jie Zhou',
QSUN => 'åæ³',
RANN => 'ç¿çå¾®ç¬ / Ran Ningyu',
REDICAPS => 'woosley.xu(徿´²)',
ROOTKWOK => '鿍è°', # HK, he posted to ChinaUnix Perl board
RSLOVERS => 'æ¨ å',
SAL => 'Sal Zhong (仲ä¼ç¥¥)',
SHUCAO => 'Shu Cao',
SJDY => 'Perfi Wang',
SUNNAVY => 'åæµ·å',
SUNTONG => 'Tong Sun',
SWANSUN => 'swansun huang',
SWUECHO => 'æ¦æµ©',
TADEG => 'tadegenban é',
TOMORROW => ' èå°ä¸ççæ° ',
WEIQK => '䏿ä¼',
WFSO => 'å£«æ° ä»µ',
YEWENBIN => '嶿彬',
YHPENG => 'Ken Peng',
XIAODONG => 'Xiaodong Xu',
XIAOLAN => 'å
å°å
°',
XINMING => 'é¹é©¿æ¿',
XINZHENG => 'é é«',
XUDAYE => 'Achilles Xu',
XUERON => 'Xueron Nee',
ZHUZHU => 'Zhu Zhu',
);
1;
__END__
=encoding utf8
=head1 NAME
Acme::CPANAuthors::Chinese - We are Chinese CPAN authors
=head1 SYNOPSIS
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');
=head1 DESCRIPTION
CPAN ä¸å½ä½è
This class is used to provide a hash of Chinese CPAN author's PAUSE id/name to Acme::CPANAuthors.
=head1 MAINTENANCE
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 t...
=head1 SEE ALSO
L<Acme::CPANAuthors> - Main class to manipulate this one
L<Acme::CPANAuthors::Japanese> - Code and documentation nearly taken verbatim from it
L<Acme::CPANAuthors::Brazilian> - inspired me directly
=head1 AUTHOR
Fayland Lam, C<< <fayland at gmail.com> >>
=head1 COPYRIGHT AND LICENSE
Copyright 2008-2012 Fayland Lam, PerlChina all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut
( run in 1.561 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )