Subject: | version number 0.2 from 2016 is higher than version 0.2.3 from 2018 |
The recently uploaded version v0.2.3 has a lower version number than the old upload from 2016. This might cause the users of this package update problems. They will probably not discover the new uploads. Witness:
perl -le 'use version; print version->new($ARGV[0])->numify > version->new($ARGV[1])->numify ? "$ARGV[0] is higher than $ARGV[1]" : "$ARGV[0] is not higher than $ARGV[1]"' 0.2 0.2.3
0.2 is higher than 0.2.3
Not only users will be confused by this, also metacpan and the matrix display 0.2 as the most recent version:
https://metacpan.org/release/Data-Context # shows 0.2 as of today
http://matrix.cpantesters.org/?dist=Data-Context # dito
Maybe this is intentional, but if it is, it probably causes confusion.