NAME
Acme::CPANAuthors::Turkish
VERSION
version 0.24
SYNOPSIS
use
Acme::CPANAuthors;
my
$authors
= Acme::CPANAuthors->new(
'Turkish'
);
my
$number
=
$authors
->count;
my
@ids
=
$authors
->id;
my
@distros
=
$authors
->distributions(
'BURAK'
);
my
$url
=
$authors
->avatar_url(
'BURAK'
);
my
$kwalitee
=
$authors
->kwalitee(
'BURAK'
);
DESCRIPTION
This class is used to provide a hash of turkish CPAN author's PAUSE id/name to Acme::CPANAuthors.
NAME
Acme::CPANAuthors::Turkish - We are Turkish CPAN authors
Acme::CPANAuthors::Turkish - Türk CPAN Yazarları
MAINTENANCE
If you are a turkish 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 turkish (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::Chinese - Code and documentation nearly taken verbatim from it.
AUTHOR
Burak Gursoy <burak@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Burak Gursoy.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.