Skip Menu |

This queue is for tickets about the CPAN-Site CPAN distribution.

Report information
The Basics
Id: 57575
Status: resolved
Priority: 0/
Queue: CPAN-Site

People
Owner: Nobody in particular
Requestors: dev [...] archonet.com
Cc:
AdminCc:

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



Subject: Problem running tests 20qv.t with new(ish) version.pm
The problem is with the following: $v = undef; print qv($v); Invalid version format (dotted-decimal versions require at least three parts) at /usr/local/lib/perl/5.10.0/version.pm line 194. This error is from version.pm 0.82 on a Perl 5.10.0 install on debian. I don't get it on a different system running version.pm 0.74 and the docs suggest an API change at 0.77 The problem is only with undef, and it's not immediately obvious to me whether this is a bug in version.pm or a change in the API - sorry. This might be related to the other bug on rt, but I'm not certain so thought it best to submit my own. TIA - Richard
Subject: Re: [rt.cpan.org #57575] Problem running tests 20qv.t with new(ish) version.pm
Date: Tue, 18 May 2010 16:52:15 +0200
To: Richard Huxton via RT <bug-CPAN-Site [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Richard Huxton via RT (bug-CPAN-Site@rt.cpan.org) [100518 09:53]: Show quoted text
> Tue May 18 05:53:28 2010: Request 57575 was acted upon. > Transaction: Ticket created by rhuxton > Queue: CPAN-Site > Subject: Problem running tests 20qv.t with new(ish) version.pm > > > The problem is with the following: > > $v = undef; > print qv($v); > > Invalid version format (dotted-decimal versions require at least three > parts) at /usr/local/lib/perl/5.10.0/version.pm line 194.
version.pm changed interface. I think I have repaired it with release 1.06. Thanks for the report. -- MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Subject: Re: [rt.cpan.org #57575] Problem running tests 20qv.t with new(ish) version.pm
Date: Tue, 18 May 2010 15:59:31 +0100
To: bug-CPAN-Site [...] rt.cpan.org
From: Richard Huxton <dev [...] archonet.com>
On 18/05/10 15:52, Mark Overmeer via RT wrote: Show quoted text
> version.pm changed interface. > I think I have repaired it with release 1.06. Thanks for the report.
Blimey - that was a quick response! I'll give it a test as soon as it shows up on cpan. -- Richard Huxton Archonet Ltd
Subject: Re: [rt.cpan.org #57575] Problem running tests 20qv.t with new(ish) version.pm
Date: Tue, 18 May 2010 19:45:55 +0100
To: bug-CPAN-Site [...] rt.cpan.org
From: Richard Huxton <dev [...] archonet.com>
I can confirm 1.06 installs for me here now. Running a couple of basic cpansite commands from the docs seems to work as expected. -- Richard Huxton Archonet Ltd
resolved