![]() |
![]()
| ![]() |
![]()
NAMEMetaCPAN::Client::Release - A Release data object VERSIONversion 2.033000 SYNOPSISmy $release = $mcpan->release('Moose'); DESCRIPTIONA MetaCPAN release entity object. ATTRIBUTESstatusThe release's status, "latest", "cpan", or "backpan". nameThe release's name, something like "Moose-1.23". dateAn ISO8601 datetime string like "2016-11-19T12:41:46" indicating when the release was uploaded. authorThe PAUSE ID of the author who uploaded the release. maturityThis will be either "released" or "developer". main_moduleThe release's main module name. idThe release's internal MetaCPAN id. authorizedA boolean indicating whether or not this was an authorized release. download_urlA URL for this release's distribution archive file. checksum_sha256The sha256 hexdigest for this release's distribution archive file. checksum_md5The md5 hexdigest for this release's distribution archive file. firstA boolean indicating whether or not this is the first release of this distribution. archiveThe filename of the archive file for this release. versionThe release's version. version_numifiedThe numified form of the release's version. deprecatedThe deprecated field value for this release. distributionThe name of the distribution to which this release belongs. Something like "Moose" abstractThe abstract from this release's metadata. dependencyThis is an arrayref of hashrefs. Each hashref contains the following keys:
licenseAn arrayref containing the license(s) under which this release has been made available. These licenses are represented by strings like "perl_5" or "gpl2". providesThis an arrayref containing a list of all the modules provided by this distribution. metadataThis is a hashref containing metadata provided by the distribution. The exact contents of this hashref will vary across CPAN, but should largely conform to the spec defined by CPAN::Meta::Spec. resourcesThe resources portion of the release's metadata, returned as a hashref. statA hashref containing stat() all information about the release's archive file. The keys are:
testsReturns a hashref of information about CPAN testers results for this release. The keys are "pass", "fail", "unknown", and "na". The values are the count of that particular result on CPAN Testers for this release. METHODSchangesReturns the Changes text for the release. metacpan_urlReturns a link to the release page on MetaCPAN. contributorsReturns a structure with release contributors info. AUTHORS
COPYRIGHT AND LICENSEThis 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.
|