Acme-CPANAuthors-CPAN-MostScripts

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/CPAN/MostScripts.pm  view on Meta::CPAN

    "BRYCE"     => undef,                                   #     53
    "WOLDRICH"  => undef,                                   #     52
    "NKH"       => undef,                                   #     50
    "KESTEB"    => undef,                                   #     50
    "CORION"    => undef,                                   #     49
    "PLICEASE"  => undef,                                   #     48
    "GROUSSE"   => undef,                                   #     48
    "DHARD"     => undef,                                   #     46
    "DBAURAIN"  => undef,                                   #     46
    "YSAS"      => undef,                                   #     44
    "PERRAD"    => undef,                                   #     44
    "BEATNIK"   => undef,                                   #     44
    "MTW"       => undef,                                   #     43
    "MSIMERSON" => undef,                                   #     43
    "AJPAGE"    => undef,                                   #     43
    "GWILLIAMS" => undef,                                   #     41
    "CJFIELDS"  => undef,                                   #     41
    "VOJ"       => undef,                                   #     40
    "JILLROWE"  => undef,                                   #     40
    "TAPPER"    => undef,                                   #     39
    "JASONS"    => undef,                                   #     39
    "ADAMK"     => undef,                                   #     39
    "JMACFARLA" => undef,                                   #     38
    "GETTY"     => undef,                                   #     38
    "CDOLAN"    => undef,                                   #     38
);

1;
# ABSTRACT: Authors with the most number of scripts on CPAN

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANAuthors::CPAN::MostScripts - Authors with the most number of scripts on CPAN

=head1 VERSION

This document describes version 0.005 of Acme::CPANAuthors::CPAN::MostScripts (from Perl distribution Acme-CPANAuthors-CPAN-MostScripts), released on 2021-11-17.

=head1 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');

=head1 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 2.530 seconds using v1.01-cache-2.11-cpan-d8267643d1d )