Skip Menu |

This queue is for tickets about the SMS-Send CPAN distribution.

Report information
The Basics
Id: 108855
Status: resolved
Worked: 15 hours (900 min)
Priority: 0/
Queue: SMS-Send

People
Owner: adamk [...] cpan.org
Requestors: MRDVT [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.06
Fixed in: (no value)



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
Show quoted text
> with passwords pulled from a central location with names that match our systems).
I have uploaded to CPAN the base class that I developed to meet the multiple password requirement with an INI file. SMS::Send::Driver::WebService 0.02 I have also developed three drivers based on this base class that I am cleaning up for CPAN. Kannel SMSbox, TextPower and RACO. Thanks, Mike mrdvt92
On Sun Nov 29 21:26:50 2015, MRDVT wrote: Show quoted text
> I have also developed three drivers based on this base class that I am > cleaning up for CPAN. Kannel SMSbox, TextPower and RACO.
These are now on CPAN. SMS::Send::NANP::Raco_TMO - SMS::Send driver for RacoWireless T-Mobile Web Service SMS::Send::NANP::TextPower - SMS::Send driver for TextPower WebService SMS::Send::Kannel::SMSbox - SMS::Send driver for Kannel SMSbox web service