Subject: | 13.06 turns into 13.6 |
13.06 turns into 13.6
The following script demonstrates the problem:
use lib 'Lingua-JA-Numbers-0.05/lib';
use Lingua::JA::Numbers 'ja2num';
print ja2num ('13.06'), "\n";
print ja2num ('十三.零六'), "\n";
The output looks like this:
$ perl test7.pl
13.6
13.6
I apologise that I cannot provide patches to the module since I am in the process of rewriting the module using a different system. I have been using Lingua::JA::Numbers to evaluate the correctness of my rewrite, hence the number of bugs I have found recently. I apologise for posting so many but I would probably forget to do so if I didn't send them as I found them.