package My::Module; use Exporter 'import'; use My::Module::Another; our @EXPORT = ( qw/asub1 asub2 asub3/, @My::Module::Another::EXPORT );