Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 24201
Status: resolved
Priority: 0/
Queue: SMS-AQL

People
Owner: davidp [...] preshweb.co.uk
Requestors: davidp [...] preshweb.co.uk
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.01
Fixed in: (no value)



Subject: Stupid: Failure on multiple sends
Unfortunately, version 0.0.1 has a stupid mistake in it which means that an instance of SMS::AQL will only send 4 messages (one per AQL gateway server listed) - subsequent send attempts will fail with "NOSERVERS". D'oh! Utter stupidity here: # try the request to each sever in turn, stop as soon as one succeeds. while (my $server = shift @{$self->{servers}}) { .... oh dear. Will fix shortly and release 0.02.
Fixed in 0.02