diff options
author | John Peacock <jpeacock@rowman.com> | 2001-04-25 13:30:26 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-25 20:58:12 +0000 |
commit | b4f14daa50ff79e763b90c905e323462060c08d7 (patch) | |
tree | 4373e9ac09a8d2a07c0670b713901be074cabbf7 /t/lib/bigintpm.t | |
parent | a086fe0347007cb1cc3d693b9c1619faed0ba3a8 (diff) | |
download | perl-b4f14daa50ff79e763b90c905e323462060c08d7.tar.gz |
Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
Message-ID: <3AE741F2.B3217464@rowman.com>
p4raw-id: //depot/perl@9842
Diffstat (limited to 't/lib/bigintpm.t')
-rwxr-xr-x | t/lib/bigintpm.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/bigintpm.t b/t/lib/bigintpm.t index dac6f5f4a0..6904c2d350 100755 --- a/t/lib/bigintpm.t +++ b/t/lib/bigintpm.t @@ -69,7 +69,7 @@ while (<DATA>) { } { - use Math::BigInt ':constant'; + use Math::BigInt(0.02,':constant'); $test++; print "not " |