Skip Menu |

This queue is for tickets about the Net-UCP CPAN distribution.

Report information
The Basics
Id: 46666
Status: resolved
Priority: 0/
Queue: Net-UCP

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.40
Fixed in: 0.40



Subject: Possibly superfluous expression in send_sms
In the send_sms method I see the following lines: xser => (defined($args{MESSAGE_BINARY}) && defined($args{MESSAGE_BINARY}) ? This looks not right to me. Either the 2nd expression may be removed, or maybe you wanted to write length instead of defined? Regards, Slaven