Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
Hugo van der Sanden [Wed, 4 Sep 2002 15:06:33 +0000 (15:06 +0000)]
p4raw-id: //depot/perl@17845

lib/Math/BigInt/t/constant.t

index 3304d16..2e42a61 100644 (file)
@@ -16,6 +16,7 @@ BEGIN
     }
   } 
 
+no warnings 'portable';        # this must wait until after the version check
 use Math::BigInt ':constant';
 
 ok (2 ** 255,'57896044618658097711785492504343953926634992332820282019728792003956564819968');