MetaCPAN::Client::DownloadURL - A Download URL data object
version 2.030000
my $download_url = $mcpan->download_url('Moose');
A MetaCPAN download_url entity object.
The sha256 hexdigest for the file.
The md5 hexdigest for the file.
Returns the date of the release that this URL refers to.
The actual download URL.
The release status, which is something like latest or cpan
latest
cpan
The version number for the distribution.
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.