Acme-CPANAuthors-CPAN-MostScripts

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

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           |



( run in 3.267 seconds using v1.01-cache-2.11-cpan-f56aa216473 )