We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8033be9 commit 7bd1d85Copy full SHA for 7bd1d85
lib/MetaCPAN/Server/Controller/Pod.pm
@@ -39,7 +39,7 @@ sub get : Path('') : Args(1) {
39
$module = $c->model('ESQuery')->file->find_pod($module)
40
or $c->detach( '/not_found', [] );
41
$c->forward( 'find',
42
- [ map { $module->{_source}{$_} } qw(author release path) ] );
+ [ map { $module->{$_} } qw(author release path) ] );
43
}
44
45
sub find_dist_links {
0 commit comments