Rafael Garcia-Suarez wrote:
So I wonder if it is safe to rely on the behavior exhibited by perl >= 5.8. Or is it just some implementation-dependent artifact? Is there a better way to achieve what I want?

I think it's safe.

OK, thanks for the confirmation.

A quick look shows that bleadperl does not have tests for this behaviour
in t/mro/*.t. I suggest that you turn your example program into a test
and submit it to perl5-porters. The best way to ensure that a behaviour
will not break in a next release is to add a regression test for it :)

Good idea.

Reply via email to