Skip Menu |

This queue is for tickets about the CPAN-Testers-WWW-Reports CPAN distribution.

Report information
The Basics
Id: 57249
Status: open
Priority: 0/
Queue: CPAN-Testers-WWW-Reports

People
Owner: Nobody in particular
Requestors: email [...] froggs.de
Cc: email@froggs.de (no email address)
AdminCc:

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



CC: email [...] froggs.de
Subject: Version information for PASS summary
Hi barbie, I believe I have found something like a bug. When I go to: http://www.cpantesters.org/distro/A/Alien-SDL.html#Alien-SDL-1.403 I expect to see the most recent version that has a pass in this PASS summary (top). But it looks like that v1.2.3-style version are treated newer than 1.222333. For example there is a PASS for: Alien-SDL 1.403 PASS 5.10.1 FreeBSD 7.0-release i386-freebsd-thread-multi but I see 'v1.4.1' in the summary instead. And v1.4.1 is 1.004001, right? Thanks in advance, FROGGS
Am Do 06. Mai 2010, 02:53:09, FROGGS schrieb: Show quoted text
> Hi barbie, > > I believe I have found something like a bug. > > When I go to: > > http://www.cpantesters.org/distro/A/Alien-SDL.html#Alien-SDL-1.403 > > I expect to see the most recent version that has a pass in this PASS > summary (top). > But it looks like that v1.2.3-style version are treated newer than
1.222333. Show quoted text
> > For example there is a PASS for: > Alien-SDL 1.403 PASS 5.10.1 FreeBSD 7.0-release i386-freebsd-thread-multi > but I see 'v1.4.1' in the summary instead. > > And v1.4.1 is 1.004001, right? > > Thanks in advance, FROGGS
Looks like its a problem with versioncmp: perl -MSort::Versions -e"print versioncmp(1.403, 'v1.4.1')" -1 perl -MSort::Versions -e"print versioncmp(1.403, '1.4.1')" 1
This looks to be an issue with Sort::Versions. As such I've implemented an alternate compare using version.pm. It may be a little more time consuming but will be more accurate for now. In the longer term I will look at using the cpanstats database itself, which records when a distro was released as a timestamp of when it hit CPAN. I've done this in other places, but haven't got around to changing it here. The above change will now take some time to update all appropriate pages, but it'll get there eventually :)
Hi barbie, yesterday the pass matrix for Alien::SDL was in an update-queue for several hours. I thought after that it will have the new calulated versions. But see: http://www.cpantesters.org/distro/A/Alien-SDL It is the same as before. Or do I have to wait longer? cheers, FROGGS