From: Jarkko Hietaniemi Date: Wed, 5 Sep 2001 23:27:57 +0000 (+0000) Subject: In UNICOS division yada yada. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5c7bc39a40ac58dc19b5fe33db234cae1e26293e;p=p5sagit%2Fp5-mst-13.2.git In UNICOS division yada yada. p4raw-id: //depot/perl@11902 --- diff --git a/t/op/override.t b/t/op/override.t index d24bdee..db94ed0 100755 --- a/t/op/override.t +++ b/t/op/override.t @@ -47,7 +47,7 @@ print "not " unless $r eq "5.6"; print "ok 6\n"; require v5.6; -print "not " unless $r == 5.006 && $r eq "\x05\x06"; +print "not " unless abs($r - 5.006) < 0.001 && $r eq "\x05\x06"; print "ok 7\n"; eval "use Foo";