projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6cf89af
)
In UNICOS division yada yada.
Jarkko Hietaniemi [Wed, 5 Sep 2001 23:27:57 +0000 (23:27 +0000)]
p4raw-id: //depot/perl@11902
t/op/override.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/override.t
b/t/op/override.t
index
d24bdee
..
db94ed0
100755
(executable)
--- 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";