# from John Peacock
# on Sunday 15 April 2007 11:28 am:
> I had to tweak a couple of tests that expected a leading
>'v' (which the old code would prepend).
It wasn't just the tests that expected to see a v there. I have a lot
of code that depends on it.
I just svn up'd and now my builds get a D.D.D version instead of vD.D.D.
Anything that was keying off of the stringified version is now broken.
That doesn't seem right. Do I need to put the leading v in my qv() if I
want it to be part of the version number? If so, how do I do that
here:
$VERSION = eval{require version}?version::qv($_):$_ for(0.11.2);
--Eric
--
"If you dig it, it's yours."
--An old village poet (via Al Pacino)
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------