| Acme-CPANAuthors-Chinese documentation | 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 | Contained in the Acme-CPANAuthors-Chinese distribution. |
package Acme::CPANAuthors::Chinese; use strict; use warnings; our $VERSION = '0.20'; use Acme::CPANAuthors::Register ( AGENT => 'Agent Zhang (ç« äº¦æ¥)', ALEXE => 'Alexe', CARMARK => 'Lei Xue', CHAOSLAW => 'çæå²', CHENGANG => 'éé¢', CHENYR => 'Chen Yirong (æ¥æ±)', CHUNZI => 'Chunzi', CHYLLI => 'chylli', CNANGEL => 'æä¿è¯', CNHACKTNT => 'çæ', DOGGY => 'Pan Fan (nightsailer)', DONGXU => 'Dongxu Ma <马䏿>', FAYLAND => 'Fayland æ', FKIORI => '鿣ä¼', FLW => 'çå ´å', FOOLFISH => 'é¢å®/Qian Yu', HGNENG => 'é»å è½', HOOWA => 'åå°', ISLUE => 'è¡æµ·éº', JOEJIANG => 'èæ°¸æ¸ ', JWU => 'å´å¥æº', JZHANG => 'å¼ å', KAILI => 'æå¯', LAOMOI => 'xiaoshengcaicai', LENIK => '谢继é·', MAIN => 'å´å¥æº', NSNAKE => '徿', PANGJ => 'Jeff Pang', PANYU => 'PAN YU', QJZHOU => 'Qing-Jie Zhou', QSUN => 'åæ³', RANN => 'ç¿çå¾®ç¬ / Ran Ningyu', REDICAPS => 'woosley.xu(徿´²)', ROOTKWOK => '鿍è°', # HK, he posted to ChinaUnix Perl board SAL => 'Sal Zhong (仲ä¼ç¥¥)', SHUCAO => 'Shu Cao', SUNNAVY => 'åæµ·å', SUNTONG => 'Tong Sun', SWANSUN => 'swansun huang', WEIQK => '䏿ä¼', YEWENBIN => '嶿彬', XIAOLAN => 'å å°å °', XINZHENG => 'é é«', XUERON => 'Xueron Nee', ZHUZHU => 'Zhu Zhu', ); 1; __END__