Skip Menu |

This queue is for tickets about the Continuity CPAN distribution.

Report information
The Basics
Id: 55699
Status: resolved
Priority: 0/
Queue: Continuity

People
Owner: Nobody in particular
Requestors: james2vegas [...] aim.com
Cc:
AdminCc:

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



Subject: version 1.1.1 does not come after version 1.1 (according to CPAN, anyway)
$ cpan -i Continuity
CPAN: File::HomeDir loaded ok (v0.84)
CPAN: Storable loaded ok (v2.18)
Going to read /home/jamesw/.cpan/Metadata
  Database was generated on Thu, 18 Mar 2010 18:58:21 GMT                                            
CPAN: YAML loaded ok (v0.68)
Going to read /home/jamesw/.cpan/build/
............................................................................DONE                     
Found 188 old builds, restored the state of 188
Continuity is up to date (1.1).
$ perl -v

This is perl, v5.10.0 built for i386-openbsd

Dear Brock, please see perl -Mversion -e 'my $v = version->parse("1.1.1") <=> version->parse("1.1"); print( "v: <$v>\n" ); $v = version->parse("v1.1.1") <=> version->parse("v1.1"); print( "v: <$v>\n" );' Please read about some details a blog entry of David Golden: http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/ Best regards, Jens
Am I allowed to ping ;)
$ perl
use version;
print version->parse("1.1")->normal
v1.100.0
$

So set the version to 1.100.1 or 1.100.2
New version (1.3) uploaded. Thanks! --Brock