MetaCPAN::Client::Distribution - A Distribution data object
version 2.030000
my $dist = $mcpan->distribution('MetaCPAN-Client');
A MetaCPAN distribution entity object.
The distribution's name.
A hashref containing information about bugs reported in various issue trackers. The top-level keys are issue tracker names like rt or github. Each value is itself a hashref containing information about the bugs in that tracker. The keys vary between trackers, but this will always contain a source key, which is a URL for the tracker. There may also be keys containing counts such as active, closed, etc.
rt
github
source
active
closed
A hashref containing "CPAN River" information about the distro. The hashref contains the following keys:
bucket
A positive or zero integer. The higher the number the farther upstream this distribution is.
immediate
The number of distributions that directly depend on this one.
total
The number of distributions that depend on this one, directly or indirectly.
Returns the hashref of data for the rt bug tracker. This defaults to an empty hashref.
Returns the hashref of data for the github bug tracker. This defaults to an empty hashref.
Returns a link to the distribution page on MetaCPAN.
Sawyer X <xsawyerx@cpan.org>
Mickey Nasriachi <mickey@cpan.org>
This software is copyright (c) 2016 by Sawyer X.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install MetaCPAN::Client, copy and paste the appropriate command in to your terminal.
cpanm
cpanm MetaCPAN::Client
CPAN shell
perl -MCPAN -e shell install MetaCPAN::Client
For more information on module installation, please visit the detailed CPAN module installation guide.