Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion lib/MetaCPAN/Client/DownloadURL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Moo;
with 'MetaCPAN::Client::Role::Entity';

my %known_fields = (
scalar => [qw< checksum_md5 checksum_sha256 date download_url status version >],
scalar => [qw< checksum_md5 checksum_sha256 date distribution download_url status version >],
arrayref => [],
hashref => [],
);
Expand Down Expand Up @@ -55,6 +55,10 @@ The md5 hexdigest for the file.

Returns the date of the release that this URL refers to.

=head2 distribution

The name of the distribution.

=head2 download_url

The actual download URL.
Expand Down