MetaCPAN::Client::DownloadURL - A Download URL data object
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 release status, which is something like
"latest" or
"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.