Skip Menu |

This queue is for tickets about the AuthCAS CPAN distribution.

Report information
The Basics
Id: 42831
Status: resolved
Priority: 0/
Queue: AuthCAS

People
Owner: Nobody in particular
Requestors: jason [...] long.name
Cc:
AdminCc:

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



Subject: CPAN doesn't install latest version
Using CPAN, it installs version 1.3, but the latest version is 1.3.1.
That's because 1.3.1 is less than 1.3 in the perl versioning system. Try it out: % perl -le 'use version;for (@ARGV){printf "%7s:%5s\n", $_, version->new($_) <=> version->new("1.3");}' 1.29 1.3.1 1.300.0 1.300.1 2.0 1.29: -1 1.3.1: -1 1.300.0: 0 1.300.1: 1 2.0: 1
Le Mar. Jan. 27 10:39:15 2009, JASLONG a écrit : Show quoted text
> Using CPAN, it installs version 1.3, > but the latest version is 1.3.1.
Version 1.4 has now been released in june 2009. This bug can be closed. Olivier Mengué (not the maintainer)