in reply to Re^4: Importing multiple %EXPORT_TAGS
in thread Importing multiple %EXPORT_TAGS

Out of my 53 CPAN distributions, I've got only 3-4 that aren't OO (so no need to export anything). The rest I use @EXPORT_OK

Are you saying that you make your users type out the fully qualified name for each function call (ie. Some::Module::Name::function())?