From: Jarkko Hietaniemi Date: Wed, 26 Apr 2000 23:03:46 +0000 (+0000) Subject: Undo "use integer" addition from 64bitint as it seems X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba81b13cc37a74dbe945214bdfe29146d7aedf62;p=p5sagit%2Fp5-mst-13.2.git Undo "use integer" addition from 64bitint as it seems to break most of the subtests in Digital UNIX; Unicos needs to find another way. p4raw-id: //depot/cfgperl@5952 --- diff --git a/t/op/64bitint.t b/t/op/64bitint.t index 6d33e8a..f59c953 100644 --- 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 ($@) {