Skip Menu |

This queue is for tickets about the Text-Balanced CPAN distribution.

Report information
The Basics
Id: 23968
Status: resolved
Priority: 0/
Queue: Text-Balanced

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

Bug Information
Severity: (no value)
Broken in:
  • v1.99.0
  • v1.99.1
Fixed in: v2.0.0



Subject: Falling Version: 1.99.x broke version continuity
perl -le ' use version; print version->new("1.98") <=> version->new("1.99.0"); ' 1 It needs to be something like perl -le ' use version; print version->new("1.98") <=> version->new("1.981.0"); ' -1
Subject: Re: [rt.cpan.org #23968] Falling Version: 1.99.x broke version continuity
Date: Wed, 20 Dec 2006 12:14:02 +1100
To: bug-Text-Balanced [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Andreas Koenig via RT wrote: Show quoted text
> perl -le ' > use version; > print version->new("1.98") <=> version->new("1.99.0"); > ' > 1 > > It needs to be something like > > perl -le ' > use version; > print version->new("1.98") <=> version->new("1.981.0"); > '
Fixed. Thanks. Damian
Marking as resolved since it was fixed a while ago now.