support to t/op/numconvert.t.
To: perl5-porters@perl.org
Subject: [ID
20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
Message-Id: <
200002241054.LAA06808@lupe-christoph.de>
p4raw-id: //depot/cfgperl@5238
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Thu Feb 24 03:13:49 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Thu Feb 24 17:45:39 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
my $big_iv = do {use integer; $max_uv1 * 16}; # 16 is an arbitrary number here
if ($max_uv1 ne $max_uv2 or $big_iv > $max_uv1) {
+ # see perldelta.pod section 64-bit support
print "1..0\n# Unsigned arithmetic is not sane\n";
exit 0;
}