in reply to Re: Packaging multiple use statements into a module
in thread Packaging multiple use statements into a module
From my reading of Exporter's documentation, this would require modifications to the modules' import() routines. If a module didn't have its own import(), one could inject one into its namespace, but if it has its own one would have to tread more carefully. And, as you point out, this works only for modules which use Exporter.