From: Hugo van der Sanden Date: Wed, 4 Sep 2002 15:06:33 +0000 (+0000) Subject: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75d53f2185a9d2e1175a2022e77218214684e04a;p=p5sagit%2Fp5-mst-13.2.git Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t p4raw-id: //depot/perl@17845 --- diff --git a/lib/Math/BigInt/t/constant.t b/lib/Math/BigInt/t/constant.t index 3304d16..2e42a61 100644 --- a/lib/Math/BigInt/t/constant.t +++ b/lib/Math/BigInt/t/constant.t @@ -16,6 +16,7 @@ BEGIN } } +no warnings 'portable'; # this must wait until after the version check use Math::BigInt ':constant'; ok (2 ** 255,'57896044618658097711785492504343953926634992332820282019728792003956564819968');