GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MetaCPAN::Client::Distribution(3) User Contributed Perl Documentation MetaCPAN::Client::Distribution(3)

MetaCPAN::Client::Distribution - A Distribution data object

version 2.029000

    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.

A hashref containing "CPAN River" <http://neilb.org/2015/04/20/river-of-cpan.html> 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.

2020-12-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.