My_Module.pm --------------------------- package My_Module; use warnings; use strict; use vars '@EXPORT'; use base 'Exporter'; use My_Module::My_other_module; @EXPORT = @My_Module::My_other_module::EXPORT;