Skip Menu |

This queue is for tickets about the Net-UPnP CPAN distribution.

Report information
The Basics
Id: 35799
Status: new
Priority: 0/
Queue: Net-UPnP

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



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,