t\pmc\perlnum....ok 35/43# Failed test (t\pmc\perlnum.t at line 690)
t\pmc\perlnum....NOK 36# got: '0
# 0
# '
# expected: '0
# -0.000000
# '
t\pmc\perlnum....ok 43/43# Looks like you failed 1 tests of 43.
t\pmc\perlnum....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 36
Failed 1/43 tests, 97.67% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\pmc\perlnum.t 1 256 43 1 2.33% 36
Failed 1/1 test scripts, 0.00% okay. 1/43 subtests failed, 97.67% okay.
> Visual C++ compiles "-0.0" to 0.0, which leads to the error. Attached
> patch will fix this.
Thanks, applied.
leo