On Tue Nov 04 14:55:43 2008, [EMAIL PROTECTED] wrote: > After studying these, it appears that they are actually not inheritance > issues (which may exist, but I don't think it's the problem here), but > actually the same problem as you get in doing: > > my $x; $x -= 3; > > Namely, that x and y are undefined, and doing -= on them gives the MMD > error. So once we fix that, this ticked should also be cleared up. > This was fixed, and the two files attached to this ticket now run; closing ticket.
Thanks for reporting, Jonathan