projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1fa12f5
)
Undo "use integer" addition from 64bitint as it seems
Jarkko Hietaniemi [Wed, 26 Apr 2000 23:03:46 +0000 (23:03 +0000)]
to break most of the subtests in Digital UNIX;
Unicos needs to find another way.
p4raw-id: //depot/cfgperl@5952
t/op/64bitint.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/64bitint.t
b/t/op/64bitint.t
index
6d33e8a
..
f59c953
100644
(file)
--- a/
t/op/64bitint.t
+++ b/
t/op/64bitint.t
@@
-1,7
+1,5
@@
#./perl
-use integer;
-
BEGIN {
eval { my $q = pack "q", 0 };
if ($@) {