Subject: | Feature Request expose Module::Pluggable search_path in SMS::Send |
package SMS::Send;
...
use Module::Pluggable 3.7
...
search_path => [ 'SMS::Send' ],
Can you expose Module::Pluggable search_path in SMS::Send so that we can use our internal SMS drivers in our internal name space (e.g. drivers with wrappers with passwords pulled from a central location with names that match our systems).
I'd like to see an API like this
my $service=SMS::Send->new;
$service->unshift_driver_search_path('MYCORP::SMS::Send');
Thanks,
Mike