NAME
Acme::CPANAuthors::CPAN::MostScripts - Authors with the most number of scripts on CPAN
VERSION
This document describes version 0.005 of Acme::CPANAuthors::CPAN::MostScripts (from Perl distribution Acme-CPANAuthors-CPAN-MostScripts), released on 2021-11-17.
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('PERLANCAR');
my $url = $authors->avatar_url('PERLANCAR');
my $kwalitee = $authors->kwalitee('PERLANCAR');
DESCRIPTION
This module lists 50 CPAN authors with the most number of 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 | /media/minicpan-index/index.db |
| last_index_time | 2021-11-16T19:50:46Z |
| raw_last_index_time | 1637092246 |
+---------------------+--------------------------------+
Current ranking:
+-----------+--------------+
| id | script_count |
+-----------+--------------+
| PERLANCAR | 1436 |
| RSAVAGE | 302 |
| TULAMILI | 224 |
| BDFOY | 176 |
| TRIZEN | 173 |
| JWB | 166 |
| SANTEX | 140 |
| MRDVT | 140 |
| SHLOMIF | 138 |
| VVELOX | 137 |
| OLIVER | 103 |
| LDS | 101 |
| TSIBLEY | 95 |
| LEOCHARRE | 88 |
| CMUNGALL | 87 |
| RDO | 75 |
| EASR | 72 |
| GSG | 69 |
| AMBS | 68 |
| BPOSTLE | 63 |
| INGY | 61 |
| IVANWILLS | 58 |
| TBONE | 57 |
| TIEDEMANN | 56 |
| MOOCOW | 53 |
| BRYCE | 53 |
| WOLDRICH | 52 |
| NKH | 50 |
| KESTEB | 50 |
| CORION | 49 |
| PLICEASE | 48 |
| GROUSSE | 48 |
| DHARD | 46 |
| DBAURAIN | 46 |
| YSAS | 44 |
| PERRAD | 44 |
| BEATNIK | 44 |
| MTW | 43 |
| MSIMERSON | 43 |
| AJPAGE | 43 |
| GWILLIAMS | 41 |
| CJFIELDS | 41 |
| VOJ | 40 |
| JILLROWE | 40 |
| TAPPER | 39 |
| JASONS | 39 |
| ADAMK | 39 |
| JMACFARLA | 38 |
| GETTY | 38 |
| CDOLAN | 38 |
+-----------+--------------+
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.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
CONTRIBUTING
To contribute, you can send patches by email/via RT, or send pull requests on GitHub.
Most of the time, you don't need to build the distribution yourself. You can simply modify the code, then test via:
% prove -l
If you want to build the distribution (e.g. to try to install it locally on your system), you can install Dist::Zilla, Dist::Zilla::PluginBundle::Author::PERLANCAR, and sometimes one or two other Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional steps required beyond that are considered a bug and can be reported to me.
COPYRIGHT AND LICENSE
This software is copyright (c) 2021, 2019, 2016 by perlancar <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.
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.