Subject: | Fails when nvsize > 8 and JSON::Syck is installed |
As per subject.
Sample fail report: http://www.cpantesters.org/cpan/report/20810809
If JSON::Syck is not installed, the whole test is skipped. If it is
installed, one of the tests compares floating point numbers with
string-equality leading to
# $got->[1]{ratio} = '0.857142857142857143'
# $expected->[1]{ratio} = '0.8571428571428571'
on the report cited above.
HTH&&Thanks&&Regards,