Mon Oct 14 03:29:17 2019ggodartbrown [...] gmail.com - Ticket created
Subject:
VSDB Numeric sort
Date:
Mon, 14 Oct 2019 08:29:05 +0100
To:
bug-vsDB [...] rt.cpan.org
From:
Giles Godart-Brown <ggodartbrown [...] gmail.com>
I think there is a problem with Ascending Numeric sort in vsDB.pm, both
the ascending and descending options return the same comparator
I believe line 622 should read
return $bVals[$fieldNumber] < $aVals[$fieldNumber];
and not
return $bVals[$fieldNumber] > $aVals[$fieldNumber];
for the ascending numeric sort.
Regards
Giles