Subject: | version misunderstanding |
If you switch between floating point notation and multidot notation of
version numbers, please use version.pm to verify that the outcome is
what you want.
1.2 is greater that 1.2.2. This apparently hard to understand pseudo
arithmetic fact can be verified with a one liner:
% perl -le 'use version;print version->new("2.2") <=>
version->new("2.2.2");'
1
If you want to beat an already uploaded 1.3, then use something like
1.300.1 or 1.301.0 or 2.0.0.
Please upload again with sane version numbers otherwise users of your
module cannot do a sane upgrade because the version numbers have decreased.
Thanks,