use Module::Pluggable search_path => ['MyPlugins'] require => 1; ## The following is not tested... BEGIN { ## Do the Export and Export_OK into local namespace foreach my $plugin (__PACKAGE__->plugins()) { $plugin->import(); } } #### use Module::Pluggable search_path => ['MyPlugins'] instantiate => 'import';