Open
Description
Compare the "Other releases" dropdown at http://search.cpan.org/~shay/perl-5.20.2/
To the one provided by metacpan here: https://metacpan.org/release/SHAY/perl-5.20.2
In addition to it being near impossible to find stuff (the RC markers are missing etc), the data at times is plain incorrect, e.g.:
...
<option value="/release/NWCLARK/perl-5.8.4/">
5.008003
(NWCLARK on 2004-04-21)
</option>
...
As far as solutions go I think 'perl' is notable enough to be special cased by the display controller to display normalized sorted entries. CC-ing @rjbs for comments if any.