Andreas J. Koenig wrote: > You should never change a module without changing its version. Nicholas Clark wrote: > I don't have a good answer. One option is to revert to > 1.97, which IIRC is the last version that didn't use a > version object. I think that the comment you added to the file is sufficient to document why it was changed. In keeping with how changes are made to blead, maybe the following would be okay: $VERSION = '2.000000_01'; $VERSION = eval $VERSION;Thread Previous | Thread Next