in reply to Re^2: Can't locate object method- Issue
in thread Can't locate object method- Issue

You want to use

use Exporter 'import';

... if you really want to export methods into other parts of base classes.

Honestly, I do not think that mixing multiple inheritance, reblessing and exporting of subroutines in the way you are doing it will lead to a sane object/class structure. Maybe you can tell us more about the problem you are trying to solve with this conoction?