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

index 6d33e8a..f59c953 100644 (file)
@@ -1,7 +1,5 @@
 #./perl
 
-use integer;
-
 BEGIN {
        eval { my $q = pack "q", 0 };
        if ($@) {