On Wed, Apr 22, 2009 at 3:38 PM, Michael G Schwern <schw...@pobox.com> wrote: > Adam Kennedy wrote: >> 2009/4/21 Michael G Schwern <schw...@pobox.com>: >>> I was almost convinced, then I remembered what caused this whole problem. >>> Class::Delegation went from 1.06 to 1.7.1. That's 1.60.0 to 1.7.1 in your >>> system. >> >> Of course that's what it means. The fact you don't have to type the >> last zero is just a convenience...
Not very bloody convenient if you ask me. +1 for Schwern here. Dotted tuples, away with the silly you-must-always-use-3-digits rule. Let's not let floats enter the picture at all. Assuming we have a thingy that constructs tuples, it should accept SvIOK (tuple with 1 component) and SvPOK (parsed as multiple ints separated by dots), but not SvNOK. For alpha/beta, that should be an orthogonal fact. -Ken