projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9a40e66
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Math/BigInt/t/constant.t
b/lib/Math/BigInt/t/constant.t
index
3304d16
..
2e42a61
100644
(file)
--- 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');