in reply to Automatically importing a subroutine for a particular namespace

AFAIK, only one module needs to use CGI::Carp qw(fatalsToBrowser). It's not a typical function import as it modifies global behavior of warn and die.

Remove those use statement from your modules, and make it the responsibility of the program using your modules to import fatalsToBrowser.