>>>>> On Tue, 2 Jul 2019 15:01:15 +0200 (CEST), Guillaume Bougard 
>>>>> <[email protected]> said:

  > Hi,
  > that's weird the status is said "Decreasing version number" while it 
detects 2.5 for the old one and 2.5.1 for the new one.

  > What did I miss ?

perl -le 'print "ASCENDING: " . join " ", sort { version->parse($a) <=> 
version->parse($b)  } @ARGV' 2.5 2.5.1
ASCENDING: 2.5.1 2.5


-- 
andreas

Reply via email to