Skip Menu |

This queue is for tickets about the Algorithm-Evolutionary CPAN distribution.

Report information
The Basics
Id: 37004
Status: resolved
Priority: 0/
Queue: Algorithm-Evolutionary

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

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



Subject: Decreasing version number
Please take into account that 0.5.7 is smaller than 0.56. Alternatives exist: % perl -le ' use version; for (@ARGV){ print $_, ": ", version->new($_) <=> version->new("0.56"); } ' 0.5.7 0.560.1 0.561.0 1.0.0 0.5.7: -1 0.560.1: 1 0.561.0: 1 1.0.0: 1 Please adjust your release versions. Users who have written use Algorithm::Evolutionary 0.56; now need to rewrite their programs and downgrade. Probably not what you intended. Thanks,
Subject: Re: [rt.cpan.org #37004] Decreasing version number
Date: Mon, 23 Jun 2008 12:56:56 +0200
To: bug-Algorithm-Evolutionary [...] rt.cpan.org
From: "Juan J. Merelo" <juan.j.merelo [...] telefonica.net>
Andreas Koenig via RT escribió: Show quoted text
> Mon Jun 23 00:53:06 2008: Request 37004 was acted upon. > Transaction: Ticket created by ANDK > Queue: Algorithm-Evolutionary > Subject: Decreasing version number > Broken in: 0.5.7 > Severity: Normal > Owner: Nobody > Requestors: ANDK@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=37004 > > > > Please take into account that 0.5.7 is smaller than 0.56. Alternatives > exist: > > % perl -le ' > use version; > for (@ARGV){ > print $_, ": ", version->new($_) <=> version->new("0.56"); > } > ' 0.5.7 0.560.1 0.561.0 1.0.0 > 0.5.7: -1 > 0.560.1: 1 > 0.561.0: 1 > 1.0.0: 1 > > > Please adjust your release versions. Users who have written > > use Algorithm::Evolutionary 0.56; > > now need to rewrite their programs and downgrade. Probably not what you > intended. > > Thanks, > > >
Thanks; I'll go back to the old numbering scheme. JJ
I have gone back to the former, dotless, numeration scheme. I'll change back when I turn 1.0. Thanks JJ