--- - 2018-07-29 12:13:19.135366517 +0000 +++ blead_patched/t/run/locale.t 2018-07-29 12:11:11.460779426 +0000 @@ -438,6 +438,7 @@ EOF "1,5\n2,5", { stderr => 'devnull' }, "Can do math when radix is a comma"); # [perl 115800] + SKIP: { unless ($have_strtod) { skip("no strtod()", 1); } @@ -451,6 +452,7 @@ EOF "1.5", { stderr => 'devnull' }, "POSIX::strtod() uses underlying locale"); } + } } } --- - 2018-07-29 12:15:30.325048593 +0000 +++ blead_patched/ext/POSIX/t/posix.t 2018-07-29 12:14:55.656784754 +0000 @@ -174,6 +174,7 @@ SKIP: { skip("strtold() not present", 2) unless $Config{d_strtold}; + skip("strtod() not present", 2) unless $Config{d_strtod}; if (locales_enabled('LC_NUMERIC')) { $lc = &POSIX::setlocale(&POSIX::LC_NUMERIC);