Skip Menu |

This queue is for tickets about the GSM-Nbit CPAN distribution.

Report information
The Basics
Id: 105452
Status: new
Priority: 0/
Queue: GSM-Nbit

People
Owner: Nobody in particular
Requestors: basinilya [...] gmail.com
Cc:
AdminCc:

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



Subject: encode_7bit("0"): expected "30", actual: ""
Date: Tue, 23 Jun 2015 23:08:46 +0300
To: bug-gsm-nbit [...] rt.cpan.org
From: Ilya Basin <basinilya [...] gmail.com>
Hi. encode_7bit("0") returns empty string. Please fix.
Subject: Re: [rt.cpan.org #105452] AutoReply: encode_7bit("0"): expected "30", actual: ""
Date: Tue, 23 Jun 2015 23:44:05 +0300
To: Bugs in GSM-Nbit via RT <bug-GSM-Nbit [...] rt.cpan.org>
From: Ilya Basin <basinilya [...] gmail.com>
Show quoted text
BiGNvR> Greetings,
Show quoted text
BiGNvR> This message has been automatically generated in response to the BiGNvR> creation of a trouble ticket regarding: BiGNvR> "encode_7bit("0"): expected "30", actual: """, BiGNvR> a summary of which appears below.
Show quoted text
BiGNvR> There is no need to reply to this message right now. Your ticket has been BiGNvR> assigned an ID of [rt.cpan.org #105452]. Your ticket is accessible BiGNvR> on the web at:
Show quoted text
Show quoted text
BiGNvR> Please include the string:
Show quoted text
BiGNvR> [rt.cpan.org #105452]
Show quoted text
BiGNvR> in the subject line of all future correspondence about this issue. To do so, BiGNvR> you may reply to this message.
Show quoted text
BiGNvR> Thank you, BiGNvR> bug-GSM-Nbit@rt.cpan.org
Show quoted text
BiGNvR> ------------------------------------------------------------------------- BiGNvR> Hi. BiGNvR> encode_7bit("0") returns empty string. BiGNvR> Please fix.
Just replace all 7 occurences of: unless $data; with a more proper check, for instance: if $data eq ""; --