On Apr 22, 2009, at 1:53 PM, Eric Wilhelm wrote:
# from Michael G Schwern
# on Wednesday 22 April 2009 13:38:
Class::Delegation went from 1.06 to 1.7.1. That's 1.60.0 to 1.7.1
Of course that's what it means. The fact you don't have to type the
last zero is just a convenience...
Of course.
Of course, it could be 1.6.0. Or 1.60.0. Or 1.600.0. Or 1.6000.0.
Where the decimal goes is essentially arbitrary
It should have been 1.0.6. Just adding a dot at every digit would
actually have been somewhat obvious.
Yes, but look at this:
1.9 => 1.9.0
1.10 => 1.1.0
Doesn't really do the trick.
Best,
David