in reply to Re: Object::InsideOut and $obj->SUPER
in thread Object::InsideOut and $obj->SUPER (fixed)
was only for classes of the type Object::InsideOut. And I wanted a regular class (eventually hash based). But it works! Thanks.use Object::InsideOut qw(My::Parent);
This is a drawback, imho, of using Object::InsideOut. For example, if you put a class in the cpan, based in the Object::InsideOut, the use of the class it's different from the expected.
|
|---|