Skip to content

Commit

Permalink
Added missing 'download_url' key in 'file' type
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Jul 6, 2016
1 parent 5ba9293 commit ff77d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Client/File.pm
Expand Up @@ -12,6 +12,7 @@ my @known_fields = qw<
status date author maturity directory indexed documentation id
module authorized pod_lines version binary name version_numified release
path description stat distribution level sloc abstract slop mime
download_url
>;

foreach my $field (@known_fields) {
Expand Down Expand Up @@ -137,4 +138,3 @@ Supported types: B<plain>, B<html>, B<x-pod>, B<x-markdown>.
my $source = $module->source();
Returns the source code for the file.

0 comments on commit ff77d7d

Please sign in to comment.