There was an error while loading. Please reload this page.
1 parent 56bb447 commit 2f022e4Copy full SHA for 2f022e4
lib/MetaCPAN/Web/Controller/Author.pm
@@ -72,7 +72,7 @@ sub index : Chained('root') PathPart('') Args(0) {
72
$noLatest->{no_latest}->{$distro} ? () : $_->{fields};
73
} @{ $faves_data->{hits}->{hits} }
74
];
75
- $self->single_valued_arrayref_to_scalar($faves);
+ single_valued_arrayref_to_scalar($faves);
76
$faves = [ sort { $b->{date} cmp $a->{date} } @{$faves} ];
77
}
78
0 commit comments