in reply to use base and inheritance of non-method subroutines
The bottom line is that the Perl approach to importing subs is not really compatible with OO. If you want to be able to inherit things, don't use importing and always call them as methods, not subs. Hacks to get around this juat add to the mess.