in reply to Inheritance and exported methods

The following seems like an evil code to me..But it might help:
$My::Log::{$_}=$Log::Agent::{$_} for keys %Log::Agent::;
It'll make aliases in My::Log to everything exists in Log::Agent..