Christoph Maser via RT wrote:
Show quoted text> Actually RPM is what I care about (packaging for rpmforge) what we oftan
> have is releases like 0.1 -> 0.1011 -> 0.2
> In RPM the sort order would be 0.1 -> 0.2 -> 0.1011 since 1011 > 2, so
> hat we (and others) often do is to either fill up the varying length
> with zeros or split the version number ourselves, like i did split up
> 0.7701 to 0.77.1
Except that should be 0.770.100 (strictly speaking). I am hesitant to
use dotted-decimal versioning for the version.pm releases (since that is
essentially a bootstrapping issue). However, there is a proposed patch
for ExtUtils::MakeMaker to include an internal version.pm (much like
Module::Build already does). This would mean authors could just assume
that version objects will Just Work everywhere...
John