in reply to Re: Resolving 'prototype mismatch' warning
in thread Resolving 'prototype mismatch' warning

GotToBTru suggested in the CB to use the () feature of use to prevent ->import being called:

... eval "use $modulename (); 1"; ...

That way, the pollution should be somewhat prevented.