Skip Menu |

This queue is for tickets about the version CPAN distribution.

Report information
The Basics
Id: 21467
Status: resolved
Priority: 0/
Queue: version

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

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



Subject: Tests 91 and 224 fail when using a version of Test::More that ends in _0X
After upgrading Test::More in the core, tests for version began to fail. The tests failing at 91 and 224. The output looks like the following... not ok 91 - Replacement eval works with single digit # TODO Test fails with Test::More versions ending in _01 # Failed (TODO) test 'Replacement eval works with single digit' # at ../lib/version.t line 327. # 'Test::More version 0.650 (v0.650.0) required--this is only version 0.640200 (v0.640.200) at (eval 32) line 2. # BEGIN failed--compilation aborted at (eval 32) line 2. # ' # matches '(?-xism:Test::More version 0.650)' I'm assuming the problem is just with the test case and not with version, so I'm TODO-ing the test for now. I'll try to take a look at the test more later, but if you have any quick ideas for fixing it, I'd sure appreciate it.
Subject: Re: [rt.cpan.org #21467] Tests 91 and 224 fail when using a version of Test::More that ends in _0X
Date: Wed, 13 Sep 2006 11:27:19 -0400
To: bug-version [...] rt.cpan.org
From: John Peacock <jpeacock [...] rowman.com>
via RT wrote: Show quoted text
> I'm assuming the problem is just with the test case and not with > version, so I'm TODO-ing the test for now. I'll try to take a look at > the test more later, but if you have any quick ideas for fixing it, I'd > sure appreciate it.
The tests assume that Test::More is a normal, i.e. not alpha, version. I just needed some module to play around with, and since version.pm requires Test::More, that seemed like it would work. I suppose I can find some other core module that has been around for ever (back as far as 5.005_04) that I can use for testing instead. OR, I could also just use one of the dummy modules I create for the tests starting just after that one. Let me think about it... John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748
Resolved with 0.69