Dan Sugalski <[EMAIL PROTECTED]> wrote: > cvsuser 04/04/29 08:56:04
> Add in Leo's proof-of-concept single table MMD patch, though it does > kill the float tests right now I can't see, why this patch should break t/pmc/float.t and: $ perl -Ilib t/pmc/float.t 1..9 ok 1 - basic assignment ok 2 - add number to self ok 3 - sub number from self ok 4 - multiply number by self ok 5 - divide number by self ok 6 - add number to other ok 7 - subtract number from other ok 8 - multiply number by other ok 9 - divide number by other leo