RT for rt.cpan.org
Skip Menu
|
Bug #105453 for GSM-Nbit: unused variable $txt0338 in Code Sample
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
GSM-Nbit CPAN distribution
.
Report information
The Basics
Id:
105453
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)
History
Show all quoted text
Tue Jun 23 16:47:10 2015
basinilya [...] gmail.com - Ticket created
Subject:
unused variable $txt0338 in Code Sample
Date:
Tue, 23 Jun 2015 23:46:59 +0300
To:
bug-GSM-Nbit [...] rt.cpan.org
From:
Ilya Basin <basinilya [...] gmail.com>
Hi. bad: my $txt0338 = encode("gsm0338", $txt); my $txt_7bit = $gsm->encode_7bit_wlen($txt); good: my $txt0338 = encode("gsm0338", $txt); my $txt_7bit = $gsm->encode_7bit_wlen($txt0338);