NAME
Acme::CPANAuthors::CPAN::MostScripts - Authors with the most scripts on CPAN
VERSION
This document describes version 0.001 of Acme::CPANAuthors::CPAN::MostScripts (from Perl distribution Acme-CPANAuthors-CPAN-MostScripts), released on 2016-10-20.
SYNOPSIS
use Acme::CPANAuthors;
use Acme::CPANAuthors::CPAN::MostScripts;
my $authors = Acme::CPANAuthors->new('CPAN::MostScripts');
my $number = $authors->count;
my @ids = $authors->id;
my @distros = $authors->distributions('RJBS');
my $url = $authors->avatar_url('RJBS');
my $kwalitee = $authors->kwalitee('RJBS');
DESCRIPTION
This module lists 50 CPAN authors with the most scripts on CPAN. This list is produced by querying a local mini CPAN mirror using this command:
% lcpan authors-by-script-count | head -n 50
Statistics of the CPAN mirror:
+---------------------+----------------------+
| key | value |
+---------------------+----------------------+
| cpan | /home/u1/cpan |
| index_name | index.db |
| last_index_time | 2016-10-14T11:06:26Z |
| raw_last_index_time | 1476443186 |
+---------------------+----------------------+
Current ranking:
+------+-----------+--------------+
| rank | id | script_count |
+------+-----------+--------------+
| 1 | PERLANCAR | 539 |
| 2 | RSAVAGE | 356 |
| 3 | TRIZEN | 313 |
| 4 | BDFOY | 173 |
| 5 | SANTEX | 140 |
| 6 | MRDVT | 137 |
| 7 | JWB | 126 |
| 8 | VVELOX | 125 |
| 9 | CWEST | 120 |
| 10 | TSIBLEY | 95 |
| 11 | SHLOMIF | 94 |
| 12 | SDAGUE | 91 |
| 13 | LEOCHARRE | 88 |
| 14 | CMUNGALL | 87 |
| 15 | LDS | 76 |
| 16 | RDO | 75 |
| 17 | AJPAGE | 72 |
| 18 | EASR | 72 |
| 19 | INGY | 72 |
| 20 | GSG | 68 |
| 21 | AMBS | 67 |
| 22 | MHOSKEN | 67 |
| 23 | BPOSTLE | 60 |
| 24 | MSIMERSON | 60 |
| 25 | TBONE | 57 |
| 26 | GROUSSE | 56 |
| 27 | BRYCE | 53 |
| 28 | NKH | 50 |
| 29 | KESTEB | 49 |
| 30 | TIEDEMANN | 49 |
| 31 | IVANWILLS | 47 |
| 32 | MIYAGAWA | 47 |
| 33 | DHARD | 46 |
| 34 | PERRAD | 46 |
| 35 | FREDERICD | 45 |
| 36 | YSAS | 44 |
| 37 | ADAMK | 41 |
| 38 | THORGIS | 41 |
| 39 | GWILLIAMS | 40 |
| 40 | JASONS | 39 |
| 41 | AGENT | 38 |
| 42 | CDOLAN | 38 |
| 43 | GETTY | 38 |
| 44 | JMACFARLA | 38 |
| 45 | TAPPER | 38 |
| 46 | AUTRIJUS | 35 |
| 47 | BEATNIK | 35 |
| 48 | ALEXMASS | 34 |
| 49 | BERNARD | 34 |
| 50 | NOTDOCTOR | 34 |
+------+-----------+--------------+
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Acme-CPANAuthors-CPAN-MostScripts.
SOURCE
Source repository is at https://github.com/perlancar/perl-Acme-CPANAuthors-CPAN-MostScripts.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANAuthors-CPAN-MostScripts
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.