Show quoted textBiGNvR> Greetings,
Show quoted textBiGNvR> 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 textBiGNvR> 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 textBiGNvR> Please include the string:
Show quoted textBiGNvR> [rt.cpan.org #105452]
Show quoted textBiGNvR> in the subject line of all future correspondence about this issue. To do so,
BiGNvR> you may reply to this message.
Show quoted textBiGNvR> Thank you,
BiGNvR> bug-GSM-Nbit@rt.cpan.org
Show quoted textBiGNvR> -------------------------------------------------------------------------
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 "";
--