NAME
Acme::CPANAuthors::Russian - We are Russian CPAN authors
SYNOPSIS
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new("Russian");
my $number = $authors->count;
my @ids = $authors->id;
my @distros = $authors->distributions("ZOFFIX");
my $url = $authors->avatar_url("ZOFFIX");
my $kwalitee = $authors->kwalitee("ZOFFIX");
my $name = $authors->name("ZOFFIX");
See documentation for Acme::CPANAuthors for more details.
DESCRIPTION
This class provides a hash of Russian CPAN authors' PAUSE ID and name to the Acme::CPANAuthors
module.
MAINTENANCE
If you are a Russian CPAN author not listed here, please send us your ID/name via email or RT so we can always keep this module up to date.
And if you aren't a Russian CPAN author listed here, please send us your ID/name via email or RT and we will remove your name.
The script for fetch cpan authors you can see in the distributive examples/cpan-author.pl.
SEE ALSO
Acme::CPANAuthors http://search.cpan.org/search?query=Acme%3A%3ACPANAuthors&mode=all
CONTAINED AUTHORS
ZOFFIX => 'Zoffix Znet',
SHARIFULN => 'Anatoly Sharifulin (Анатолий Шарифулин)',
AUTHORS
Zoffix Znet, <'zoffix at cpan.org'>
(http://zoffix.com/, http://haslayout.net/, http://zofdesign.com/)
Anatoly Sharifulin, <sharifulin at gmail.com>
BUGS
Please report any bugs or feature requests to bug-acme-cpanauthors-russian at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Russian. We will be notified, and then you'll automatically be notified of progress on your bug as we make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Acme::CPANAuthors::Russian
You can also look for information at:
Github
http://github.com/sharifulin/acme-cpanauthors-russian/tree/master
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-CPANAuthors-Russian
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT & LICENSE
Copyright (C) 2008 by Zoffix Znet. Copyright (C) 2009 by Anatoly Sharifulin.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.