Subject: | bug in Text-Unidecode-1.23 |
Date: | Tue, 23 Jun 2015 03:00:17 -0400 |
To: | <bug-Text-Unidecode [...] rt.cpan.org> |
From: | "David Cusimano" <david [...] cusimano.com> |
Hi,
Bug in Text-Unidecode-1.23
<http://search.cpan.org/~sburke/Text-Unidecode-1.23/lib/Text/Unidecode.pm> ,
in subroutine load_bank, line 201:
"# Eval-loading %s::x%02x ...\n",
The line ends with a comma rather than a semicolon.
Here are surrounding lines showing context:
DEBUG and printf
"# Eval-loading %s::x%02x ...\n",
$eval_loaded_okay = 0;
Consider what happens (with the bug, and DEBUG false) when two banks are
loaded, and the first loads successfully and the second does not; in that
case, subroutine load_bank returns 1 (success) for both.
Thanks.
Yours truly,
Cusimano.Com Corporation
per: David Cusimano