Sam Ruby <[EMAIL PROTECTED]> wrote: > It still doesn't make sense to me. Try adding the following line to > both fixedpmcarray.pmc and perlint.pmc:
> METHOD INTVAL inheritme() { return 42; } Ok, that's exactly that part, which currently *is* broken. If you have some time please read src/objects.c:1237 ff. The code is unfinished and wrong: - it follows only one parent and stops then - it apperently is wrong, if there is a longer chain of parents Shouldn't be too hard. > - Sam Ruby leo