Is there a way to get all the hierarchy of the classes of an object? (No Moose etc,just classic OO Perl)
Also in the case of composition how can I find out which class depends on which class?
Or what kind of objects can be injected in the constructor of an other object?