to pass under long doubles: leave the similar kludge
to posix.t because POSIX::strtod() is still double,
not long double.
p4raw-id: //depot/cfgperl@5439
$out1=join(':',@ary);
$out2=join(':',@ary2);
-# Using long double NVs may introduce greater accuracy than wanted.
-$out2 =~ s/:9\.87654321097999\d*:/:9.87654321098:/
- if $Config{uselongdouble} eq 'define';
print ($out1 eq $out2? "ok 2\n" : "not ok 2\n");
print ($foo =~ /def/ ? "ok 3\n" : "not ok 3\n");