summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLupe Christoph <lupe@lupe-christoph.de>2000-02-24 12:54:50 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-24 17:13:22 +0000
commitcb64dba4c7358c2e02c1ac7a571173423f71980f (patch)
tree354f9968a60835ff84fef3eb4c76dfda5603f9c6 /t
parenta9a3c8dc10d6ba51a6ed67a2b9be293d1ba27c86 (diff)
downloadperl-cb64dba4c7358c2e02c1ac7a571173423f71980f.tar.gz
Get -lbind if available. Add pointer to perldelta.pod/64-bit
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
Diffstat (limited to 't')
-rwxr-xr-xt/op/numconvert.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/numconvert.t b/t/op/numconvert.t
index f71fd6c141..1de8ede9fd 100755
--- a/t/op/numconvert.t
+++ b/t/op/numconvert.t
@@ -50,6 +50,7 @@ my $max_uv2 = sprintf "%u", $max_uv1 ** 6; # 6 is an arbitrary number here
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;
}