Re: [perl #31919] [PATCH] Win32 perlnum test failure - test 36 (+- zero)
Ron Blaschke <[EMAIL PROTECTED]> wrote: > Visual C++ compiles "-0.0" to 0.0, which leads to the error. Attached > patch will fix this. Thanks, applied. leo
Re: [perl #31919] [PATCH] Win32 perlnum test failure - test 36 (+- zero)
> t\pmc\perlnumNOK 36# got: '0 > # 0 > # ' > # expected: '0 > # -0.00 > # ' Visual C++ compiles "-0.0" to 0.0, which leads to the error. Attached patch will fix this. src/string.c win32-perlnum-negzero.patch Description: Binary data