John Peacock <jpeacock@rowman.com> wrote: > As usual with my version object patches, the progress is always asymptotic. I > am so close, and yet so far! :~( > > I have this working (and not): > > $VERSION = "1.2_3"; # version object, like new version "1.2_3" > $VERSION = eval $VERSION; # now a scalar 1.23 :~( > > This is a common motif, even in the ext/* files, though why an alpha module > version should be permitted in any core file is beyond me. > I think it is quite OK to have alpha modules in a alpha core (that is, in bleedperl). Regards, SlavenThread Previous | Thread Next