Change 17845 by [EMAIL PROTECTED] on 2002/09/04 15:06:33
Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
Affected files ...
.... //depot/perl/lib/Math/BigInt/t/constant.t#6 edit
Differences ...
==== //depot/perl/lib/Math/BigInt/t/constant.t#6 (text) ====
Index: perl/lib/Math/BigInt/t/constant.t
--- perl/lib/Math/BigInt/t/constant.t#5~17754~ Thu Aug 22 12:42:58 2002
+++ perl/lib/Math/BigInt/t/constant.t Wed Sep 4 08:06:33 2002
@@ -16,6 +16,7 @@
}
}
+no warnings 'portable'; # this must wait until after the version check
use Math::BigInt ':constant';
ok (2 **
255,'57896044618658097711785492504343953926634992332820282019728792003956564819968');
End of Patch.