Changes for version 0.05

  • Added support for connecting via a proxy - simply supply the proxy URL in the options hashref when instantiating the object: my $sms = new SMS::AQL({ username => 'user', password => 'pass', options => { proxy => 'http://user:pass@host:port/', } });

Modules

Perl extension to send SMS text messages via AQ's SMS service

Examples