The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::CPANAuthors::CPAN::TopDepended::ByOthers - Authors with the largest number of other authors' distributions depending on one of his/her modules

VERSION

This document describes version 0.001 of Acme::CPANAuthors::CPAN::TopDepended::ByOthers (from Perl distribution Acme-CPANAuthors-CPAN-TopDepended-ByOthers), released on 2016-10-14.

SYNOPSIS

   use Acme::CPANAuthors;
   use Acme::CPANAuthors::TopDepended::ByOthers;

   my $authors = Acme::CPANAuthors->new('CPAN::TopDepended::ByOthers');

   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, like Acme::CPANAuthors::CPAN::TopDepended, lists 50 CPAN authors with the largest number of distributions directly depending to one of his/her modules. The difference is, only distributions by other authors are counted. This in some cases might be a better indication of how "depended upon" an author is, as some authors might have modules that are mostly depended by his/her own distributions.

This list is produced by querying a local mini CPAN mirror using this command:

except that only distributions

 % lcpan authors-by-rdep-count --exclude-same-author | head -n 50

Statistics of the CPAN mirror:

 +---------------------+----------------------+
 | key                 | value                |
 +---------------------+----------------------+
 | cpan                | /home/s1/cpan        |
 | index_name          | index.db             |
 | last_index_time     | 2016-10-14T11:06:26Z |
 | raw_last_index_time | 1476443186           |
 +---------------------+----------------------+

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Acme-CPANAuthors-CPAN-TopDepended-ByOthers.

SOURCE

Source repository is at https://github.com/perlancar/perl-Acme-CPANAuthors-CPAN-TopDepended-ByOthers.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANAuthors-CPAN-TopDepended-ByOthers

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

Acme::CPANAuthors

Acme::CPANAuthors::CPAN::TopDepended

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.