Skip to content

Commit

Permalink
add missing abstracts in Release page
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Jul 8, 2016
1 parent 0867e9c commit d000c7a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/MetaCPAN/Web/Controller/Release.pm
Expand Up @@ -122,14 +122,7 @@ sub view : Private {

# Simplify the file data we pass to the template.
my @view_files = map { single_valued_arrayref_to_scalar($_) }
map +{
%{ $_->{fields} },
module => [
( exists $_->{_source} and $_->{_source}{module} )
? $_->{_source}{module}
: ()
],
},
map +{ %{ $_->{fields} }, %{ $_->{_source} }, },
@{ $modules->{hits}->{hits} };

my $changes
Expand Down

0 comments on commit d000c7a

Please sign in to comment.