RT for rt.cpan.org
Skip Menu
|
Bug #42831 for AuthCAS: CPAN doesn't install latest version
Active bugs
Resolved bugs
Rejected bugs
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)
History
Show all quoted text
Tue Jan 27 10:39:15 2009
jason [...] long.name - Ticket created
Subject:
CPAN doesn't install latest version
Using CPAN, it installs version 1.3, but the latest version is 1.3.1.
Tue Jan 27 17:45:44 2009
ANDK [...] cpan.org - Correspondence added
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
Tue Jan 27 17:45:45 2009
The RT System itself - Status changed from 'new' to 'open'
Fri Dec 11 13:23:23 2009
dolmen [...] cpan.org - Correspondence added
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)
Mon Dec 14 15:45:17 2009
jason [...] long.name - Status changed from 'open' to 'resolved'