diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-09-04 15:06:33 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-04 15:06:33 +0000 |
commit | 75d53f2185a9d2e1175a2022e77218214684e04a (patch) | |
tree | b2dbe02f8388dec940100b5b12bc70ea33dad0e6 /lib/Math | |
parent | 9a40e66e872a7a734ef292101c7b4b4c67efeb57 (diff) | |
download | perl-75d53f2185a9d2e1175a2022e77218214684e04a.tar.gz |
Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
p4raw-id: //depot/perl@17845
Diffstat (limited to 'lib/Math')
-rw-r--r-- | lib/Math/BigInt/t/constant.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Math/BigInt/t/constant.t b/lib/Math/BigInt/t/constant.t index 3304d16680..2e42a6155a 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'); |