http://qs1969.pair.com?node_id=342890


in reply to Re: Re: Why breaking can() is acceptable
in thread Why breaking can() is acceptable

Is it also the module author's responsibility to not break multiple inheritance?
Is there any module on CPAN that doesn't potentially break with multiple inheritance? Any object that uses a reference to a hash, and stores its attributes in that hash potentially breaks multiple inheritance. In more than one way.

Now, if everyone just used inside-out objects.... (but they don't magically solve the AUTOLOAD/can mess).

Abigail