NAME

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

VERSION

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

SYNOPSIS

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

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

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 largest number of distributions directly depending to one of his/her modules. This list is produced by querying a local mini CPAN mirror using this command:

% lcpan authors-by-rdep-count | head -n 50

Statistics of the CPAN mirror:

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.

SOURCE

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

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

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::ByOthers

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.