Skip Menu |

This queue is for tickets about the vsDB CPAN distribution.

Report information
The Basics
Id: 130701
Status: new
Priority: 0/
Queue: vsDB

People
Owner: Nobody in particular
Requestors: ggodartbrown [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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